Skip to content

Commit 6bc52d8

Browse files
Update actions/checkout action to v6.0.1 (#12439)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent be71906 commit 6bc52d8

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-24.04
3838

3939
steps:
40-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
40+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4141
with:
4242
persist-credentials: false
4343
# This is needed to get the commit history for the changed-files action
@@ -115,7 +115,7 @@ jobs:
115115
RUSTDOCFLAGS: "-D warnings"
116116

117117
steps:
118-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
118+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
119119
with:
120120
persist-credentials: false
121121

@@ -137,7 +137,7 @@ jobs:
137137
if: github.event_name != 'pull_request' || needs.changed-files.outputs.rust-lockfile == 'true'
138138

139139
steps:
140-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
140+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
141141
with:
142142
persist-credentials: false
143143

@@ -164,7 +164,7 @@ jobs:
164164
MALLOC_CONF: "background_thread:true,abort_conf:true,abort:true,junk:true"
165165

166166
steps:
167-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
167+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
168168
with:
169169
persist-credentials: false
170170

@@ -216,7 +216,7 @@ jobs:
216216
if: needs.changed-files.outputs.non-rust == 'true'
217217

218218
steps:
219-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
219+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
220220
with:
221221
persist-credentials: false
222222

@@ -252,7 +252,7 @@ jobs:
252252
PERCY_PARALLEL_TOTAL: 2
253253

254254
steps:
255-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
255+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
256256
with:
257257
persist-credentials: false
258258

@@ -280,7 +280,7 @@ jobs:
280280
if: needs.changed-files.outputs.non-rust == 'true'
281281

282282
steps:
283-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
283+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
284284
with:
285285
persist-credentials: false
286286

@@ -314,7 +314,7 @@ jobs:
314314
PERCY_PARALLEL_TOTAL: 2
315315

316316
steps:
317-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
317+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
318318
with:
319319
persist-credentials: false
320320

@@ -349,7 +349,7 @@ jobs:
349349
permissions:
350350
security-events: write
351351
steps:
352-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
352+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
353353
with:
354354
persist-credentials: false
355355

.github/workflows/smoke-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-24.04
1818

1919
steps:
20-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
20+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2121
with:
2222
persist-credentials: false
2323

.github/workflows/update-aws-ip-ranges.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
APP_SLUG: ${{ steps.app-token.outputs.app-slug }}
5151
USER_ID: ${{ steps.get-user-id.outputs.user-id }}
5252

53-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
53+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
5454
with:
5555
token: ${{ steps.app-token.outputs.token }}
5656
persist-credentials: true

0 commit comments

Comments
 (0)