38
38
runs-on : ubuntu-24.04
39
39
40
40
steps :
41
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
41
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
42
42
with :
43
43
persist-credentials : false
44
44
# This is needed to get the commit history for the changed-files action
@@ -116,7 +116,7 @@ jobs:
116
116
RUSTDOCFLAGS : " -D warnings"
117
117
118
118
steps :
119
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
119
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
120
120
with :
121
121
persist-credentials : false
122
122
@@ -138,7 +138,7 @@ jobs:
138
138
if : github.event_name != 'pull_request' || needs.changed-files.outputs.rust-lockfile == 'true'
139
139
140
140
steps :
141
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
141
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
142
142
with :
143
143
persist-credentials : false
144
144
@@ -167,7 +167,7 @@ jobs:
167
167
MALLOC_CONF : " background_thread:true,abort_conf:true,abort:true,junk:true"
168
168
169
169
steps :
170
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
170
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
171
171
with :
172
172
persist-credentials : false
173
173
@@ -215,7 +215,7 @@ jobs:
215
215
if : needs.changed-files.outputs.non-rust == 'true'
216
216
217
217
steps :
218
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
218
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
219
219
with :
220
220
persist-credentials : false
221
221
@@ -251,7 +251,7 @@ jobs:
251
251
PERCY_PARALLEL_TOTAL : 2
252
252
253
253
steps :
254
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
254
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
255
255
with :
256
256
persist-credentials : false
257
257
@@ -279,7 +279,7 @@ jobs:
279
279
if : needs.changed-files.outputs.non-rust == 'true'
280
280
281
281
steps :
282
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
282
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
283
283
with :
284
284
persist-credentials : false
285
285
@@ -313,7 +313,7 @@ jobs:
313
313
PERCY_PARALLEL_TOTAL : 2
314
314
315
315
steps :
316
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
316
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
317
317
with :
318
318
persist-credentials : false
319
319
@@ -348,7 +348,7 @@ jobs:
348
348
permissions :
349
349
security-events : write
350
350
steps :
351
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
351
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
352
352
with :
353
353
persist-credentials : false
354
354
0 commit comments