File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
with :
22
22
go-version : ${{ env.GO_VERSION }}
23
23
24
- - uses : actions/cache@v3
24
+ - uses : actions/cache@v4
25
25
with :
26
26
path : ~/go/pkg/mod
27
27
key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 16
16
with :
17
17
go-version : ${{ env.GO_VERSION }}
18
18
19
- - uses : actions/cache@v3
19
+ - uses : actions/cache@v4
20
20
with :
21
21
path : ~/go/pkg/mod
22
22
key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 26
26
- name : Set up Docker Buildx
27
27
uses : docker/setup-buildx-action@v3
28
28
29
- - uses : actions/cache@v3
29
+ - uses : actions/cache@v4
30
30
with :
31
31
path : ~/go/pkg/mod
32
32
key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 21
21
with :
22
22
go-version : ${{ env.GO_VERSION }}
23
23
24
- - uses : actions/cache@v3
24
+ - uses : actions/cache@v4
25
25
with :
26
26
path : ~/go/pkg/mod
27
27
key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
You can’t perform that action at this time.
0 commit comments