Skip to content

Commit d8ddcb6

Browse files
authored
Merge pull request #1285 from smallstep/dependabot/github_actions/actions/checkout-4.2.0
Bump actions/checkout from 4.1.7 to 4.2.0
2 parents b8de57f + dd2c416 commit d8ddcb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
if: needs.create_release.outputs.is_prerelease == 'false'
112112
steps:
113113
- name: Checkout
114-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
114+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
115115
- name: Setup Go
116116
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
117117
with:
@@ -121,7 +121,7 @@ jobs:
121121
id: build
122122
run: V=1 make build
123123
- name: Checkout Docs
124-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
124+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
125125
with:
126126
repository: smallstep/docs
127127
token: ${{ secrets.DOCS_PAT }}

0 commit comments

Comments
 (0)