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 49
49
ruby-version : ${{ matrix.ruby }}
50
50
bundler-cache : true
51
51
- name : Cache local temporary directory
52
- uses : actions/cache@v3
52
+ uses : actions/cache@v4
53
53
with :
54
54
path : tmp
55
55
key : " local-tmp-redis-7.0-on-ubuntu-latest"
87
87
ruby-version : truffleruby
88
88
bundler-cache : true
89
89
- name : Cache local temporary directory
90
- uses : actions/cache@v3
90
+ uses : actions/cache@v4
91
91
with :
92
92
path : tmp
93
93
key : " local-tmp-redis-7.0-on-ubuntu-latest"
@@ -125,7 +125,7 @@ jobs:
125
125
ruby-version : " 2.5"
126
126
bundler-cache : true
127
127
- name : Cache local temporary directory
128
- uses : actions/cache@v3
128
+ uses : actions/cache@v4
129
129
with :
130
130
path : tmp
131
131
key : " local-tmp-redis-7.0-on-ubuntu-latest"
@@ -162,7 +162,7 @@ jobs:
162
162
ruby-version : " 2.5"
163
163
bundler-cache : true
164
164
- name : Cache local temporary directory
165
- uses : actions/cache@v3
165
+ uses : actions/cache@v4
166
166
with :
167
167
path : tmp
168
168
key : " local-tmp-redis-${{ matrix.redis }}-on-ubuntu-latest"
@@ -197,7 +197,7 @@ jobs:
197
197
ruby-version : " 2.5"
198
198
bundler-cache : true
199
199
- name : Cache local temporary directory
200
- uses : actions/cache@v3
200
+ uses : actions/cache@v4
201
201
with :
202
202
path : tmp
203
203
key : " local-tmp-redis-7.0-on-ubuntu-latest"
@@ -234,7 +234,7 @@ jobs:
234
234
ruby-version : " 2.7"
235
235
bundler-cache : true
236
236
- name : Cache local temporary directory
237
- uses : actions/cache@v3
237
+ uses : actions/cache@v4
238
238
with :
239
239
path : tmp
240
240
key : " local-tmp-redis-7.0-on-ubuntu-latest"
You can’t perform that action at this time.
0 commit comments