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 4949 ruby-version : ${{ matrix.ruby }}
5050 bundler-cache : true
5151 - name : Cache local temporary directory
52- uses : actions/cache@v3
52+ uses : actions/cache@v4
5353 with :
5454 path : tmp
5555 key : " local-tmp-redis-7.0-on-ubuntu-latest"
8787 ruby-version : truffleruby
8888 bundler-cache : true
8989 - name : Cache local temporary directory
90- uses : actions/cache@v3
90+ uses : actions/cache@v4
9191 with :
9292 path : tmp
9393 key : " local-tmp-redis-7.0-on-ubuntu-latest"
@@ -125,7 +125,7 @@ jobs:
125125 ruby-version : " 2.5"
126126 bundler-cache : true
127127 - name : Cache local temporary directory
128- uses : actions/cache@v3
128+ uses : actions/cache@v4
129129 with :
130130 path : tmp
131131 key : " local-tmp-redis-7.0-on-ubuntu-latest"
@@ -162,7 +162,7 @@ jobs:
162162 ruby-version : " 2.5"
163163 bundler-cache : true
164164 - name : Cache local temporary directory
165- uses : actions/cache@v3
165+ uses : actions/cache@v4
166166 with :
167167 path : tmp
168168 key : " local-tmp-redis-${{ matrix.redis }}-on-ubuntu-latest"
@@ -197,7 +197,7 @@ jobs:
197197 ruby-version : " 2.5"
198198 bundler-cache : true
199199 - name : Cache local temporary directory
200- uses : actions/cache@v3
200+ uses : actions/cache@v4
201201 with :
202202 path : tmp
203203 key : " local-tmp-redis-7.0-on-ubuntu-latest"
@@ -234,7 +234,7 @@ jobs:
234234 ruby-version : " 2.7"
235235 bundler-cache : true
236236 - name : Cache local temporary directory
237- uses : actions/cache@v3
237+ uses : actions/cache@v4
238238 with :
239239 path : tmp
240240 key : " local-tmp-redis-7.0-on-ubuntu-latest"
You can’t perform that action at this time.
0 commit comments