99 rust :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
12+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
1313 - name : Cache cargo artifacts
1414 uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
1515 with :
5454 python :
5555 runs-on : ubuntu-latest
5656 steps :
57- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
57+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
5858 - name : Cache cargo artifacts
5959 uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
6060 with :
9393 env :
9494 PYO3_PYTHON : python3
9595 steps :
96- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
96+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
9797 - name : Cache cargo artifacts
9898 uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
9999 with :
@@ -242,7 +242,7 @@ jobs:
242242 name : MSRV (1.83)
243243 runs-on : ubuntu-latest
244244 steps :
245- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
245+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
246246 - name : Cache cargo artifacts
247247 uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
248248 with :
@@ -263,7 +263,7 @@ jobs:
263263 name : Clippy (-D warnings)
264264 runs-on : ubuntu-latest
265265 steps :
266- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
266+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
267267 - name : Cache cargo artifacts
268268 uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
269269 with :
@@ -285,7 +285,7 @@ jobs:
285285 name : Claims harness
286286 runs-on : ubuntu-latest
287287 steps :
288- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
288+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
289289 - name : Cache cargo artifacts
290290 uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
291291 with :
@@ -309,7 +309,7 @@ jobs:
309309 name : Receipt Studio generated assets
310310 runs-on : ubuntu-latest
311311 steps :
312- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
312+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
313313 - uses : dtolnay/rust-toolchain@4be7066ada62dd38de10e7b70166bc74ed198c30 # stable
314314 with :
315315 toolchain : 1.83.0
@@ -330,7 +330,7 @@ jobs:
330330 name : Maintainer automation dry run
331331 runs-on : ubuntu-latest
332332 steps :
333- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
333+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
334334 - uses : dtolnay/rust-toolchain@4be7066ada62dd38de10e7b70166bc74ed198c30 # stable
335335 - name : Install pinned workflow linters
336336 run : |
0 commit comments