95
95
- name : Cache restore (MinGW)
96
96
id : cache-restore-mingw
97
97
if : matrix.needs-mingw != ''
98
- uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
98
+ uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
99
99
with :
100
100
path : |
101
101
C:\ProgramData\chocolatey\lib\mingw
@@ -128,7 +128,7 @@ jobs:
128
128
run : rustup override set ${{ matrix.toolchain }}
129
129
- name : Cache restore (Cargo)
130
130
id : cache-restore-cargo
131
- uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
131
+ uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
132
132
with :
133
133
path : |
134
134
~/.cargo/bin/
@@ -147,7 +147,7 @@ jobs:
147
147
env :
148
148
RUSTFLAGS : ${{ matrix.rustflags }}
149
149
- name : Download rsonpath-test artifact
150
- uses : actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
150
+ uses : actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
151
151
with :
152
152
name : ${{ needs.test-gen.outputs.artifact-name }}
153
153
path : ${{ needs.test-gen.outputs.artifact-path }}
@@ -196,7 +196,7 @@ jobs:
196
196
target : ${{ matrix.target_triple }}
197
197
- name : Cache restore (Cargo)
198
198
id : cache-restore-cargo
199
- uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
199
+ uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
200
200
with :
201
201
path : |
202
202
~/.cargo/bin/
@@ -210,7 +210,7 @@ jobs:
210
210
env :
211
211
RUSTFLAGS : " -C link-arg=-fuse-ld=lld --deny warnings"
212
212
- name : Download rsonpath-test artifact
213
- uses : actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
213
+ uses : actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
214
214
with :
215
215
name : ${{ needs.test-gen.outputs.artifact-name }}
216
216
path : ${{ needs.test-gen.outputs.artifact-path }}
@@ -251,7 +251,7 @@ jobs:
251
251
run : rustup override set ${{ matrix.toolchain }}
252
252
- name : Cache restore
253
253
id : cache-restore
254
- uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
254
+ uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
255
255
with :
256
256
path : |
257
257
~/.cargo/bin/
@@ -295,7 +295,7 @@ jobs:
295
295
run : sudo apt install lld
296
296
- name : Cache restore
297
297
id : cache-restore
298
- uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
298
+ uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
299
299
with :
300
300
path : |
301
301
~/.cargo/bin/
@@ -345,7 +345,7 @@ jobs:
345
345
egress-policy : audit
346
346
347
347
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
348
- - uses : EmbarkStudios/cargo-deny-action@68cd9c5e3e16328a430a37c743167572e3243e7e # v1.5.15
348
+ - uses : EmbarkStudios/cargo-deny-action@c3a7e6783975aaac423f9ee43b4818f51debc638 # v1.6.0
349
349
350
350
cargo-msrv :
351
351
name : Verify MSRV (cargo-msrv)
0 commit comments