File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ runs:
103
103
steps :
104
104
# This action would be much easier if only matrix steps will be supported in a composite action
105
105
- name : " Set cache for Bats"
106
- uses : actions/cache@v3
106
+ uses : actions/cache@v4
107
107
if : inputs.bats-install == 'true'
108
108
id : bats-cache
109
109
with :
@@ -163,7 +163,7 @@ runs:
163
163
rm -rf ${TEMPDIR} || exit 0
164
164
165
165
- name : " Set cache for Bats-support"
166
- uses : actions/cache@v3
166
+ uses : actions/cache@v4
167
167
if : inputs.support-install == 'true'
168
168
id : support-cache
169
169
with :
@@ -196,7 +196,7 @@ runs:
196
196
[[ "${{ inputs.support-clean }}" = "true" ]] && rm -rf ${TEMPDIR} || exit 0
197
197
198
198
- name : " Set cache for Bats-assert"
199
- uses : actions/cache@v3
199
+ uses : actions/cache@v4
200
200
if : inputs.assert-install == 'true'
201
201
id : assert-cache
202
202
with :
@@ -229,7 +229,7 @@ runs:
229
229
[[ "${{ inputs.assert-clean }}" = "true" ]] && rm -rf ${TEMPDIR} || exit 0
230
230
231
231
- name : " Set cache for Bats-detik"
232
- uses : actions/cache@v3
232
+ uses : actions/cache@v4
233
233
if : inputs.detik-install == 'true'
234
234
id : detik-cache
235
235
with :
@@ -261,7 +261,7 @@ runs:
261
261
[[ "${{ inputs.detik-clean }}" = "true" ]] && rm -rf ${TEMPDIR} || exit 0
262
262
263
263
- name : " Set cache for Bats-file"
264
- uses : actions/cache@v3
264
+ uses : actions/cache@v4
265
265
if : inputs.file-install == 'true'
266
266
id : file-cache
267
267
with :
You can’t perform that action at this time.
0 commit comments