File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -29,15 +29,15 @@ jobs:
29
29
run : sudo apt-get update && sudo apt-get install groovy -y
30
30
31
31
- name : Cache Maven Packages
32
- uses : actions/cache@v3
32
+ uses : actions/cache@v4
33
33
with :
34
34
path : ~/.m2/repository
35
35
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
36
36
restore-keys : |
37
37
${{ runner.os }}-maven-
38
38
39
39
- name : Cache Go Packages
40
- uses : actions/cache@v3
40
+ uses : actions/cache@v4
41
41
with :
42
42
path : ~/go/pkg/mod
43
43
key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 17
17
with :
18
18
go-version : ' 1.22.4'
19
19
- name : Cache Golang Packages
20
- uses : actions/cache@v3
20
+ uses : actions/cache@v4
21
21
with :
22
22
path : ~/go/pkg/mod
23
23
key : ${{ runner.os }}-golang-${{ hashFiles('go.sum') }}
45
45
with :
46
46
go-version : ' 1.22.4'
47
47
- name : Cache Golang Packages
48
- uses : actions/cache@v3
48
+ uses : actions/cache@v4
49
49
with :
50
50
path : ~/go/pkg/mod
51
51
key : ${{ runner.os }}-golang-format${{ hashFiles('go.sum') }}
80
80
with :
81
81
go-version : ' 1.22.4'
82
82
- name : Cache Golang Packages
83
- uses : actions/cache@v3
83
+ uses : actions/cache@v4
84
84
with :
85
85
path : ~/go/pkg/mod
86
86
key : ${{ runner.os }}-golang-generate${{ hashFiles('go.sum') }}
@@ -100,7 +100,7 @@ jobs:
100
100
with :
101
101
go-version : ' 1.22.4'
102
102
- name : Cache Golang Packages
103
- uses : actions/cache@v3
103
+ uses : actions/cache@v4
104
104
with :
105
105
path : ~/go/pkg/mod
106
106
key : ${{ runner.os }}-golang-dependencies${{ hashFiles('go.sum') }}
Original file line number Diff line number Diff line change 22
22
distribution : zulu
23
23
24
24
- name : Cache Maven Packages
25
- uses : actions/cache@v3
25
+ uses : actions/cache@v4
26
26
with :
27
27
path : ~/.m2/repository
28
28
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments