File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 40
40
id : yarn-cache-dir-path
41
41
run : echo "::set-output name=dir::$(yarn config get cacheFolder)"
42
42
- name : Yarn Cache
43
- uses : actions/cache@v2
43
+ uses : actions/cache@v3
44
44
with :
45
45
path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
46
46
key : ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
87
87
# Install Solana
88
88
- name : Cache Solana binaries
89
89
id : solana-cache
90
- uses : actions/cache@v2
90
+ uses : actions/cache@v3
91
91
with :
92
92
path : |
93
93
~/.cache/solana
@@ -111,7 +111,7 @@ jobs:
111
111
id : yarn-cache-dir-path
112
112
run : echo "::set-output name=dir::$(yarn config get cacheFolder)"
113
113
- name : Yarn Cache
114
- uses : actions/cache@v2
114
+ uses : actions/cache@v3
115
115
with :
116
116
path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
117
117
key : ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
Original file line number Diff line number Diff line change 35
35
id : yarn-cache-dir-path
36
36
run : echo "::set-output name=dir::$(yarn config get cacheFolder)"
37
37
- name : Yarn Cache
38
- uses : actions/cache@v2
38
+ uses : actions/cache@v3
39
39
with :
40
40
path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
41
41
key : ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
@@ -123,7 +123,7 @@ jobs:
123
123
id : yarn-cache-dir-path
124
124
run : echo "::set-output name=dir::$(yarn config get cacheFolder)"
125
125
- name : Yarn Cache
126
- uses : actions/cache@v2
126
+ uses : actions/cache@v3
127
127
with :
128
128
path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
129
129
key : ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
You can’t perform that action at this time.
0 commit comments