File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 25
25
echo "::set-output name=path::$(yarn config get cacheFolder)"
26
26
echo "::set-output name=commithash::$(git rev-parse --short HEAD)"
27
27
- name : Cache node modules
28
- uses : actions/cache@v2
28
+ uses : actions/cache@v4
29
29
id : yarn-cache
30
30
with :
31
31
path : ${{ steps.vars.outputs.path }}
61
61
echo "::set-output name=path::$(yarn config get cacheFolder)"
62
62
echo "::set-output name=commithash::$(git rev-parse --short HEAD)"
63
63
- name : Cache node modules
64
- uses : actions/cache@v2
64
+ uses : actions/cache@v4
65
65
id : yarn-cache
66
66
with :
67
67
path : ${{ steps.vars.outputs.path }}
Original file line number Diff line number Diff line change 18
18
echo "::set-output name=path::$(yarn config get cacheFolder)"
19
19
echo "::set-output name=commithash::$(git rev-parse --short HEAD)"
20
20
- name : Cache node modules
21
- uses : actions/cache@v2
21
+ uses : actions/cache@v4
22
22
id : yarn-cache
23
23
with :
24
24
path : ${{ steps.vars.outputs.path }}
53
53
echo "::set-output name=path::$(yarn config get cacheFolder)"
54
54
echo "::set-output name=commithash::$(git rev-parse --short HEAD)"
55
55
- name : Cache node modules
56
- uses : actions/cache@v2
56
+ uses : actions/cache@v4
57
57
id : yarn-cache
58
58
with :
59
59
path : ${{ steps.vars.outputs.path }}
You can’t perform that action at this time.
0 commit comments