File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 58
58
with :
59
59
ruby-version : ${{ matrix.ruby }}
60
60
- name : Cache dependent gems
61
- uses : actions/cache@v1
61
+ uses : actions/cache@v3
62
62
with :
63
63
path : .bundle
64
64
key : " local-bundle-ruby-${{ matrix.ruby }}-on-${{ matrix.os }}-0001"
68
68
gem install bundler --no-document
69
69
bundle install --jobs 4 --retry 3 --path=.bundle
70
70
- name : Cache local temporary directory
71
- uses : actions/cache@v1
71
+ uses : actions/cache@v3
72
72
with :
73
73
path : tmp
74
74
key : " local-tmp-redis-${{ matrix.redis }}-on-${{ matrix.os }}"
@@ -109,7 +109,7 @@ jobs:
109
109
with :
110
110
ruby-version : ${{ matrix.ruby }}
111
111
- name : Cache dependent gems
112
- uses : actions/cache@v1
112
+ uses : actions/cache@v3
113
113
with :
114
114
path : .bundle
115
115
key : " local-bundle-ruby-${{ matrix.ruby }}-on-${{ matrix.os }}-0001"
@@ -119,7 +119,7 @@ jobs:
119
119
gem install bundler --no-document
120
120
bundle install --jobs 4 --retry 3 --path=.bundle
121
121
- name : Cache local temporary directory
122
- uses : actions/cache@v1
122
+ uses : actions/cache@v3
123
123
with :
124
124
path : tmp
125
125
key : " local-tmp-redis-${{ matrix.redis }}-on-${{ matrix.os }}"
You can’t perform that action at this time.
0 commit comments