File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 37
37
go-version : ${{ needs.go-version.outputs.go-version }}
38
38
- uses : actions/checkout@v3
39
39
# Cache the Go modules.
40
- - uses : actions/cache@v2
40
+ - uses : actions/cache@v3
41
41
with :
42
42
path : ~/go/pkg/mod
43
43
key : ${{ github.job }}-${{ runner.os }}-go${{ env.GO_VERSION }}-${{ hashFiles('**/go.sum', 'GNUMakefile') }}
Original file line number Diff line number Diff line change 88
88
ref : ${{ github.event.pull_request.head.sha }}
89
89
persist-credentials : false
90
90
# Cache the Go modules.
91
- - uses : actions/cache@v2
91
+ - uses : actions/cache@v3
92
92
with :
93
93
path : ~/go/pkg/mod
94
94
key : ${{ github.job }}-${{ runner.os }}-go${{ env.GO_VERSION }}-${{ hashFiles('**/go.sum', 'GNUMakefile') }}
Original file line number Diff line number Diff line change 39
39
go-version : ${{ needs.go-version.outputs.go-version }}
40
40
- uses : actions/checkout@v3
41
41
# Cache the Go modules and compiled tools for the specific lint target.
42
- - uses : actions/cache@v2
42
+ - uses : actions/cache@v3
43
43
with :
44
44
path : |
45
45
~/go/pkg/mod
60
60
go-version : ${{ needs.go-version.outputs.go-version }}
61
61
- uses : actions/checkout@v3
62
62
# Cache the Go modules.
63
- - uses : actions/cache@v2
63
+ - uses : actions/cache@v3
64
64
with :
65
65
path : ~/go/pkg/mod
66
66
key : ${{ github.job }}-${{ runner.os }}-go${{ env.GO_VERSION }}-${{ hashFiles('**/go.sum', 'GNUMakefile') }}
Original file line number Diff line number Diff line change 51
51
go-version : ${{ needs.go-version.outputs.go-version }}
52
52
- uses : actions/checkout@v3
53
53
# Cache the Go modules and compiled tools for the specific lint target.
54
- - uses : actions/cache@v2
54
+ - uses : actions/cache@v3
55
55
with :
56
56
path : |
57
57
~/go/pkg/mod
72
72
go-version : ${{ needs.go-version.outputs.go-version }}
73
73
- uses : actions/checkout@v3
74
74
# Cache the Go modules.
75
- - uses : actions/cache@v2
75
+ - uses : actions/cache@v3
76
76
with :
77
77
path : ~/go/pkg/mod
78
78
key : ${{ github.job }}-${{ runner.os }}-go${{ env.GO_VERSION }}-${{ hashFiles('**/go.sum', 'GNUMakefile') }}
@@ -101,7 +101,7 @@ jobs:
101
101
go-version : ${{ needs.go-version.outputs.go-version }}
102
102
- uses : actions/checkout@v3
103
103
# Cache the Go modules.
104
- - uses : actions/cache@v2
104
+ - uses : actions/cache@v3
105
105
with :
106
106
path : ~/go/pkg/mod
107
107
key : ${{ github.job }}-${{ runner.os }}-go${{ env.GO_VERSION }}-${{ hashFiles('**/go.sum', 'GNUMakefile') }}
@@ -121,7 +121,7 @@ jobs:
121
121
go-version : ${{ needs.go-version.outputs.go-version }}
122
122
- uses : actions/checkout@v3
123
123
# Cache the Go modules.
124
- - uses : actions/cache@v2
124
+ - uses : actions/cache@v3
125
125
with :
126
126
path : ~/go/pkg/mod
127
127
key : ${{ github.job }}-${{ runner.os }}-go${{ env.GO_VERSION }}-${{ hashFiles('**/go.sum', 'GNUMakefile') }}
You can’t perform that action at this time.
0 commit comments