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 @@ -7,10 +7,10 @@ defaults:
7
7
on :
8
8
push :
9
9
branches :
10
- - ' released'
10
+ - " released"
11
11
pull_request :
12
12
branches :
13
- - ' released'
13
+ - " released"
14
14
15
15
jobs :
16
16
# ---------------------------------| RUST |--------------------------------- #
@@ -176,7 +176,7 @@ jobs:
176
176
run : echo "::set-output name=dir::$(yarn cache dir)"
177
177
178
178
- name : Cache dependencies
179
- uses : actions/cache@v2
179
+ uses : actions/cache@v4
180
180
with :
181
181
path : ${{ steps.yarn-cache.outputs.dir }}
182
182
key : ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
@@ -233,7 +233,7 @@ jobs:
233
233
run : echo "::set-output name=dir::$(yarn cache dir)"
234
234
235
235
- name : Cache dependencies
236
- uses : actions/cache@v2
236
+ uses : actions/cache@v4
237
237
with :
238
238
path : ${{ steps.yarn-cache.outputs.dir }}
239
239
key : ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
You can’t perform that action at this time.
0 commit comments