Skip to content

Commit

Permalink
Merge pull request #1285 from smallstep/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4.2.0

Bump actions/checkout from 4.1.7 to 4.2.0
  • Loading branch information
step-ci authored Oct 1, 2024
2 parents b8de57f + dd2c416 commit d8ddcb6
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Setup Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
Expand All @@ -121,7 +121,7 @@ jobs:
id: build
run: V=1 make build
- name: Checkout Docs
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
repository: smallstep/docs
token: ${{ secrets.DOCS_PAT }}
Expand Down

0 comments on commit d8ddcb6

Please sign in to comment.