File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2727 go-version : ${{ env.GO_VERSION }}
2828
2929 - name : Cache Go modules
30- uses : actions/cache@v3
30+ uses : actions/cache@v4
3131 with :
3232 # In order:
3333 # * Module download cache
Original file line number Diff line number Diff line change 2525 go-version : ${{ env.GO_VERSION }}
2626
2727 - name : Cache Go modules
28- uses : actions/cache@v3
28+ uses : actions/cache@v4
2929 with :
3030 # In order:
3131 # * Module download cache
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100100 # - 1.18beta1 -> 1.18.0-beta.1
101101 # - 1.18rc1 -> 1.18.0-rc.1
102102 go-version : ${{ matrix.golang }}
103- - uses : actions/cache@v3
103+ - uses : actions/cache@v4
104104 with :
105105 path : ~/go/pkg/mod
106106 key : ${{ runner.os }}-go-${{ matrix.golang }}-${{ hashFiles('**/go.sum') }}
You can’t perform that action at this time.
0 commit comments