File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107
107
108
108
'
109
109
- name : Cache pnpm intermediate products
110
- uses : actions/cache@v3
110
+ uses : actions/cache@v4
111
111
with :
112
112
path : " ${{ steps.pnpm-cache-dir-path.outputs.dir }}"
113
113
key : " ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}"
@@ -148,7 +148,7 @@ jobs:
148
148
with :
149
149
ruby-version : 3.0.2
150
150
- name : Cache bundler intermediate products
151
- uses : actions/cache@v3
151
+ uses : actions/cache@v4
152
152
with :
153
153
path : tests/vendor/bundle
154
154
key : " ${{ runner.os }}-gems-${{ hashFiles('tests/**/Gemfile.lock') }}"
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ workflows:
184
184
echo "dir=$(pnpm store path --silent)" >> $GITHUB_OUTPUT
185
185
186
186
- name : " Cache pnpm intermediate products"
187
- uses : actions/cache@v3
187
+ uses : actions/cache@v4
188
188
with :
189
189
path : ${{ steps.pnpm-cache-dir-path.outputs.dir }}
190
190
key : ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -239,7 +239,7 @@ workflows:
239
239
ruby-version : ' 3.0.2'
240
240
241
241
- name : " Cache bundler intermediate products"
242
- uses : actions/cache@v3
242
+ uses : actions/cache@v4
243
243
with :
244
244
path : tests/vendor/bundle
245
245
key : ${{ runner.os }}-gems-${{ hashFiles('tests/**/Gemfile.lock') }}
You can’t perform that action at this time.
0 commit comments