File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 30
30
run : |
31
31
echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
32
32
33
- - uses : actions/cache@v3
33
+ - uses : actions/cache@v4
34
34
with :
35
35
path : ${{ steps.npm-cache.outputs.dir }}
36
36
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 17
17
- name : Install asdf.
18
18
uses :
asdf-vm/actions/[email protected]
19
19
- name : Cache asdf and asdf-managed tools.
20
- uses : actions/cache@v3.3.1
20
+ uses : actions/cache@v4.1.2
21
21
id : asdf-cache
22
22
with :
23
23
path : ${{ env.ASDF_DIR }}
28
28
- name : Get npm cache directory
29
29
id : npm-cache
30
30
run : echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
31
- - uses : actions/cache@v3
31
+ - uses : actions/cache@v4
32
32
with :
33
33
path : ${{ steps.npm-cache.outputs.dir }}
34
34
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 16
16
- name : Install asdf.
17
17
uses :
asdf-vm/actions/[email protected]
18
18
- name : Cache asdf and asdf-managed tools.
19
- uses : actions/cache@v3.3.1
19
+ uses : actions/cache@v4.1.2
20
20
id : asdf-cache
21
21
with :
22
22
path : ${{ env.ASDF_DIR }}
27
27
- name : Get npm cache directory
28
28
id : npm-cache
29
29
run : echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
30
- - uses : actions/cache@v3
30
+ - uses : actions/cache@v4
31
31
with :
32
32
path : ${{ steps.npm-cache.outputs.dir }}
33
33
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 28
28
id : npm-cache
29
29
run : |
30
30
echo "::set-output name=dir::$(npm config get cache)"
31
- - uses : actions/cache@v3
31
+ - uses : actions/cache@v4
32
32
with :
33
33
path : ${{ steps.npm-cache.outputs.dir }}
34
34
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
55
55
id : npm-cache
56
56
run : |
57
57
echo "::set-output name=dir::$(npm config get cache)"
58
- - uses : actions/cache@v3
58
+ - uses : actions/cache@v4
59
59
with :
60
60
path : ${{ steps.npm-cache.outputs.dir }}
61
61
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
93
93
id : npm-cache
94
94
run : |
95
95
echo "::set-output name=dir::$(npm config get cache)"
96
- - uses : actions/cache@v3
96
+ - uses : actions/cache@v4
97
97
if : runner.os != 'Windows'
98
98
with :
99
99
path : ${{ steps.npm-cache.outputs.dir }}
@@ -123,7 +123,7 @@ jobs:
123
123
id : npm-cache
124
124
run : |
125
125
echo "::set-output name=dir::$(npm config get cache)"
126
- - uses : actions/cache@v3
126
+ - uses : actions/cache@v4
127
127
with :
128
128
path : ${{ steps.npm-cache.outputs.dir }}
129
129
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
You can’t perform that action at this time.
0 commit comments