File tree 7 files changed +7
-7
lines changed
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 30
30
id : yarn-cache-dir
31
31
run : echo "::set-output name=dir::$(yarn cache dir)"
32
32
33
- - uses : actions/cache@v2
33
+ - uses : actions/cache@v4
34
34
with :
35
35
path : ${{ steps.yarn-cache-dir.outputs.dir }}
36
36
key : ${{ runner.os }}-node22.x-yarn-${{ hashFiles('**/yarn.lock') }}
Original file line number Diff line number Diff line change 30
30
id : yarn-cache-dir
31
31
run : echo "::set-output name=dir::$(yarn cache dir)"
32
32
33
- - uses : actions/cache@v2
33
+ - uses : actions/cache@v4
34
34
with :
35
35
path : ${{ steps.yarn-cache-dir.outputs.dir }}
36
36
key : ${{ runner.os }}-node22.x-yarn-${{ hashFiles('**/yarn.lock') }}
Original file line number Diff line number Diff line change 30
30
id : yarn-cache-dir
31
31
run : echo "::set-output name=dir::$(yarn cache dir)"
32
32
33
- - uses : actions/cache@v2
33
+ - uses : actions/cache@v4
34
34
with :
35
35
path : ${{ steps.yarn-cache-dir.outputs.dir }}
36
36
key : ${{ runner.os }}-node22.x-yarn-${{ hashFiles('**/yarn.lock') }}
Original file line number Diff line number Diff line change 30
30
id : yarn-cache-dir
31
31
run : echo "::set-output name=dir::$(yarn cache dir)"
32
32
33
- - uses : actions/cache@v2
33
+ - uses : actions/cache@v4
34
34
with :
35
35
path : ${{ steps.yarn-cache-dir.outputs.dir }}
36
36
key : ${{ runner.os }}-node22.x-yarn-${{ hashFiles('**/yarn.lock') }}
Original file line number Diff line number Diff line change 30
30
id : yarn-cache-dir
31
31
run : echo "::set-output name=dir::$(yarn cache dir)"
32
32
33
- - uses : actions/cache@v2
33
+ - uses : actions/cache@v4
34
34
with :
35
35
path : ${{ steps.yarn-cache-dir.outputs.dir }}
36
36
key : ${{ runner.os }}-node22.x-yarn-${{ hashFiles('**/yarn.lock') }}
Original file line number Diff line number Diff line change 30
30
id : yarn-cache-dir
31
31
run : echo "::set-output name=dir::$(yarn cache dir)"
32
32
33
- - uses : actions/cache@v2
33
+ - uses : actions/cache@v4
34
34
with :
35
35
path : ${{ steps.yarn-cache-dir.outputs.dir }}
36
36
key : ${{ runner.os }}-node22.x-yarn-${{ hashFiles('**/yarn.lock') }}
Original file line number Diff line number Diff line change 35
35
id : yarn-cache-dir
36
36
run : echo "::set-output name=dir::$(yarn cache dir)"
37
37
38
- - uses : actions/cache@v2
38
+ - uses : actions/cache@v4
39
39
with :
40
40
path : ${{ steps.yarn-cache-dir.outputs.dir }}
41
41
key : ${{ runner.os }}-node${{ matrix.node-version }}-yarn-${{ hashFiles('**/yarn.lock') }}
You can’t perform that action at this time.
0 commit comments