2727 any_non_solidity : ${{ steps.filter.outputs.any_non_solidity }}
2828 steps :
2929 - uses : actions/checkout@v6
30- - uses : dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3 .0.2
30+ - uses : dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4 .0.1
3131 id : filter
3232 with :
3333 filters : |
6565 cache-dependency-path : ' **/package-lock.json'
6666
6767 - name : Cache node_modules
68- uses : actions/cache@v4
68+ uses : actions/cache@v5
6969 id : cache-node-modules
7070 continue-on-error : true
7171 with :
9595 cache-dependency-path : ' **/package-lock.json'
9696
9797 - name : Install Foundry
98- uses : foundry-rs/foundry-toolchain@8789b3e21e6c11b2697f5eb56eddae542f746c10 # v1.5
98+ uses : foundry-rs/foundry-toolchain@c7450ba673e133f5ee30098b3b54f444d3a2ca2d # v1.5
9999 with :
100100 version : stable
101101 cache : false
@@ -104,7 +104,7 @@ jobs:
104104 run : forge --version
105105
106106 - name : Restore node_modules
107- uses : actions/cache/restore@v4
107+ uses : actions/cache/restore@v5
108108 continue-on-error : true
109109 with :
110110 path : node_modules
@@ -143,7 +143,7 @@ jobs:
143143 cache-dependency-path : ' **/package-lock.json'
144144
145145 - name : Restore node_modules
146- uses : actions/cache/restore@v4
146+ uses : actions/cache/restore@v5
147147 continue-on-error : true
148148 with :
149149 path : node_modules
@@ -185,7 +185,7 @@ jobs:
185185 cache-dependency-path : ' **/package-lock.json'
186186
187187 - name : Restore node_modules
188- uses : actions/cache/restore@v4
188+ uses : actions/cache/restore@v5
189189 continue-on-error : true
190190 with :
191191 path : node_modules
@@ -231,7 +231,7 @@ jobs:
231231 cache-dependency-path : ' **/package-lock.json'
232232
233233 - name : Restore node_modules
234- uses : actions/cache/restore@v4
234+ uses : actions/cache/restore@v5
235235 continue-on-error : true
236236 with :
237237 path : node_modules
@@ -272,7 +272,7 @@ jobs:
272272 cache-dependency-path : ' **/package-lock.json'
273273
274274 - name : Restore node_modules
275- uses : actions/cache/restore@v4
275+ uses : actions/cache/restore@v5
276276 continue-on-error : true
277277 with :
278278 path : node_modules
@@ -313,7 +313,7 @@ jobs:
313313 cache-dependency-path : ' **/package-lock.json'
314314
315315 - name : Restore node_modules
316- uses : actions/cache/restore@v4
316+ uses : actions/cache/restore@v5
317317 continue-on-error : true
318318 with :
319319 path : node_modules
0 commit comments