File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 5353 ruby-version : ${{ matrix.ruby }}
5454 bundler-cache : true
5555 - name : Cache local temporary directory
56- uses : actions/cache@v4
56+ uses : actions/cache@v5
5757 with :
5858 path : tmp
5959 key : " local-tmp-redis-7.0-on-ubuntu-latest"
9292 ruby-version : truffleruby
9393 bundler-cache : true
9494 - name : Cache local temporary directory
95- uses : actions/cache@v4
95+ uses : actions/cache@v5
9696 with :
9797 path : tmp
9898 key : " local-tmp-redis-7.0-on-ubuntu-latest"
@@ -131,7 +131,7 @@ jobs:
131131 ruby-version : " 2.6"
132132 bundler-cache : true
133133 - name : Cache local temporary directory
134- uses : actions/cache@v4
134+ uses : actions/cache@v5
135135 with :
136136 path : tmp
137137 key : " local-tmp-redis-7.0-on-ubuntu-latest"
@@ -168,7 +168,7 @@ jobs:
168168 ruby-version : " 2.6"
169169 bundler-cache : true
170170 - name : Cache local temporary directory
171- uses : actions/cache@v4
171+ uses : actions/cache@v5
172172 with :
173173 path : tmp
174174 key : " local-tmp-redis-${{ matrix.redis }}-on-ubuntu-latest"
@@ -201,7 +201,7 @@ jobs:
201201 ruby-version : " 2.6"
202202 bundler-cache : true
203203 - name : Cache local temporary directory
204- uses : actions/cache@v4
204+ uses : actions/cache@v5
205205 with :
206206 path : tmp
207207 key : " local-tmp-redis-7.0-on-ubuntu-latest"
@@ -240,7 +240,7 @@ jobs:
240240 ruby-version : ${{ matrix.ruby }}
241241 bundler-cache : true
242242 - name : Cache local temporary directory
243- uses : actions/cache@v4
243+ uses : actions/cache@v5
244244 with :
245245 path : tmp
246246 key : " local-tmp-redis-7.0-on-ubuntu-latest"
You can’t perform that action at this time.
0 commit comments