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 88 steps :
99 - uses : actions/checkout@v2
1010
11- - uses : actions/cache@v1
11+ - uses : actions/cache@v4
1212 with :
1313 path : ~/.cache/yarn
1414 key : ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
3131 steps :
3232 - uses : actions/checkout@v2
3333
34- - uses : actions/cache@v1
34+ - uses : actions/cache
3535 with :
3636 path : ~/.cache/yarn
3737 key : ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
Original file line number Diff line number Diff line change 88 steps :
99 - uses : actions/checkout@v2
1010
11- - uses : actions/cache@v1
11+ - uses : actions/cache@v4 # Updated from v1 to v4
1212 with :
1313 path : ~/.cache/yarn
1414 key : ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
4242 steps :
4343 - uses : actions/checkout@v2
4444
45- - uses : actions/cache@v1
45+ - uses : actions/cache@v4 # Updated from v1 to v4
4646 with :
4747 path : ~/.cache/yarn
4848 key : ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
You can’t perform that action at this time.
0 commit comments