3838 runs-on : ubuntu-24.04
3939
4040 steps :
41- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
41+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4242 with :
4343 persist-credentials : false
4444 # This is needed to get the commit history for the changed-files action
@@ -116,7 +116,7 @@ jobs:
116116 RUSTDOCFLAGS : " -D warnings"
117117
118118 steps :
119- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
119+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
120120 with :
121121 persist-credentials : false
122122
@@ -138,7 +138,7 @@ jobs:
138138 if : github.event_name != 'pull_request' || needs.changed-files.outputs.rust-lockfile == 'true'
139139
140140 steps :
141- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
141+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
142142 with :
143143 persist-credentials : false
144144
@@ -167,7 +167,7 @@ jobs:
167167 MALLOC_CONF : " background_thread:true,abort_conf:true,abort:true,junk:true"
168168
169169 steps :
170- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
170+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
171171 with :
172172 persist-credentials : false
173173
@@ -215,7 +215,7 @@ jobs:
215215 if : needs.changed-files.outputs.non-rust == 'true'
216216
217217 steps :
218- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
218+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
219219 with :
220220 persist-credentials : false
221221
@@ -251,7 +251,7 @@ jobs:
251251 PERCY_PARALLEL_TOTAL : 2
252252
253253 steps :
254- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
254+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
255255 with :
256256 persist-credentials : false
257257
@@ -279,7 +279,7 @@ jobs:
279279 if : needs.changed-files.outputs.non-rust == 'true'
280280
281281 steps :
282- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
282+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
283283 with :
284284 persist-credentials : false
285285
@@ -313,7 +313,7 @@ jobs:
313313 PERCY_PARALLEL_TOTAL : 2
314314
315315 steps :
316- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
316+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
317317 with :
318318 persist-credentials : false
319319
@@ -348,7 +348,7 @@ jobs:
348348 permissions :
349349 security-events : write
350350 steps :
351- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
351+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
352352 with :
353353 persist-credentials : false
354354
0 commit comments