File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 39
39
with :
40
40
go-version : ${{ matrix.golang }}
41
41
- name : Cache Go modules
42
- uses : actions/cache@v2.1 .6
42
+ uses : actions/cache@v3.0 .6
43
43
with :
44
44
path : ~/go/pkg/mod
45
45
key : ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
96
96
uses : actions/setup-go@v3
97
97
with :
98
98
go-version : ${{ matrix.golang }}
99
- - uses : actions/cache@v2.1 .6
99
+ - uses : actions/cache@v3.0 .6
100
100
with :
101
101
path : ~/go/pkg/mod
102
102
key : ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
@@ -136,7 +136,7 @@ jobs:
136
136
uses : actions/setup-go@v3
137
137
with :
138
138
go-version : ${{ matrix.golang }}
139
- - uses : actions/cache@v2.1 .6
139
+ - uses : actions/cache@v3.0 .6
140
140
with :
141
141
path : ~/go/pkg/mod
142
142
key : ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 33
33
-
34
34
name : Cache Go modules
35
35
if : steps.semantic.outputs.new-release-published == 'true'
36
- uses : actions/cache@v2.1 .6
36
+ uses : actions/cache@v3.0 .6
37
37
with :
38
38
path : ~/go/pkg/mod
39
39
key : ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 27
27
with :
28
28
node-version : ${{ matrix.node }}
29
29
- name : Cache Node.js modules
30
- uses : actions/cache@v2.1 .6
30
+ uses : actions/cache@v3.0 .6
31
31
with :
32
32
path : web/node_modules
33
33
key : ${{ runner.OS }}-node-${{ matrix.node }}-v1-${{ hashFiles('web/yarn.lock') }}
You can’t perform that action at this time.
0 commit comments