@@ -113,7 +113,7 @@ runs:
113113 steps :
114114 # This action would be much easier if only matrix steps will be supported in a composite action
115115 - name : " Set cache for Bats"
116- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v4
116+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4
117117 if : inputs.bats-install == 'true'
118118 id : bats-cache
119119 with :
@@ -202,7 +202,7 @@ runs:
202202
203203 - name : " Set cache for Bats-support"
204204 if : inputs.support-install == 'true'
205- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v4
205+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4
206206 id : support-cache
207207 with :
208208 path : ${{ env.SUPPORT_DESTDIR }}
@@ -251,7 +251,7 @@ runs:
251251
252252 - name : " Set cache for Bats-assert"
253253 if : inputs.assert-install == 'true'
254- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v4
254+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4
255255 id : assert-cache
256256 with :
257257 path : ${{ env.ASSERT_DESTDIR }}
@@ -300,7 +300,7 @@ runs:
300300
301301 - name : " Set cache for Bats-detik"
302302 if : inputs.detik-install == 'true'
303- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v4
303+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4
304304 id : detik-cache
305305 with :
306306 path : ${{ env.DETIK_DESTDIR }}
@@ -348,7 +348,7 @@ runs:
348348
349349 - name : " Set cache for Bats-file"
350350 if : inputs.file-install == 'true'
351- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v4
351+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4
352352 id : file-cache
353353 with :
354354 path : ${{ env.FILE_DESTDIR }}
0 commit comments