File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 27
27
go-version : ${{ env.GO_VERSION }}
28
28
29
29
- name : Cache Go modules
30
- uses : actions/cache@v3
30
+ uses : actions/cache@v4
31
31
with :
32
32
# In order:
33
33
# * Module download cache
Original file line number Diff line number Diff line change 25
25
go-version : ${{ env.GO_VERSION }}
26
26
27
27
- name : Cache Go modules
28
- uses : actions/cache@v3
28
+ uses : actions/cache@v4
29
29
with :
30
30
# In order:
31
31
# * Module download cache
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100
100
# - 1.18beta1 -> 1.18.0-beta.1
101
101
# - 1.18rc1 -> 1.18.0-rc.1
102
102
go-version : ${{ matrix.golang }}
103
- - uses : actions/cache@v3
103
+ - uses : actions/cache@v4
104
104
with :
105
105
path : ~/go/pkg/mod
106
106
key : ${{ runner.os }}-go-${{ matrix.golang }}-${{ hashFiles('**/go.sum') }}
You can’t perform that action at this time.
0 commit comments