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 @@ -24,15 +24,15 @@ jobs:
24
24
with :
25
25
go-version : 1.23
26
26
- name : Cache npm modules
27
- uses : actions/cache@v2
27
+ uses : actions/cache@v4
28
28
with :
29
29
path : ~/.npm
30
30
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
31
31
restore-keys : |
32
32
${{ runner.os }}-node-
33
33
34
34
- name : Cache Go dependencies
35
- uses : actions/cache@v2
35
+ uses : actions/cache@v4
36
36
with :
37
37
path : ~/go/pkg/mod
38
38
key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ jobs:
21
21
with :
22
22
go-version : 1.23
23
23
- name : Cache npm modules
24
- uses : actions/cache@v2
24
+ uses : actions/cache@v4
25
25
with :
26
26
path : ~/.npm
27
27
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
28
28
restore-keys : |
29
29
${{ runner.os }}-node-
30
30
31
31
- name : Cache Go dependencies
32
- uses : actions/cache@v2
32
+ uses : actions/cache@v4
33
33
with :
34
34
path : ~/go/pkg/mod
35
35
key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
You can’t perform that action at this time.
0 commit comments