Commit d68a0b4 1 parent 09a142f commit d68a0b4 Copy full SHA for d68a0b4
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 19
19
- name : Get yarn cache
20
20
id : yarn-cache
21
21
run : echo "::set-output name=dir::$(yarn cache dir)"
22
- - uses : actions/cache@v2
22
+ - uses : actions/cache@v4
23
23
with :
24
24
path : ${{ steps.yarn-cache.outputs.dir }}
25
25
key : ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
60
60
node-version : ${{ matrix.node-version }}
61
61
- uses : actions/setup-java@v1
62
62
with :
63
- java-version : ' 17 '
63
+ java-version : " 17 "
64
64
- name : Get yarn cache
65
65
id : yarn-cache
66
66
run : echo "::set-output name=dir::$(yarn cache dir)"
77
77
strategy :
78
78
matrix :
79
79
node-version : [20]
80
- arch : [' NewArch', ' OldArch' ]
80
+ arch : [" NewArch", " OldArch" ]
81
81
steps :
82
82
- uses : actions/checkout@v2
83
83
- uses : actions/setup-node@v1
86
86
- name : Get yarn cache
87
87
id : yarn-cache
88
88
run : echo "::set-output name=dir::$(yarn cache dir)"
89
- - uses : actions/cache@v2
89
+ - uses : actions/cache@v4
90
90
with :
91
91
path : ${{ steps.yarn-cache.outputs.dir }}
92
92
key : ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
You can’t perform that action at this time.
0 commit comments