Skip to content

Commit

Permalink
Merge pull request smallstep#1304 from smallstep/dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/actions/checkout-4.2.2

Bump actions/checkout from 4.2.1 to 4.2.2
  • Loading branch information
step-ci authored Oct 28, 2024
2 parents 924009d + 4cba2d4 commit 4dfc345
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
if: needs.create_release.outputs.is_prerelease == 'false'
steps:
- name: Checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup Go
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
with:
Expand All @@ -121,7 +121,7 @@ jobs:
id: build
run: V=1 make build
- name: Checkout Docs
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
repository: smallstep/docs
token: ${{ secrets.DOCS_PAT }}
Expand Down

0 comments on commit 4dfc345

Please sign in to comment.