File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5757 with :
5858 go-version : ${{ matrix.golang }}
5959 - name : Cache Go modules
60- uses : actions/cache@v3.2.6
60+ uses : actions/cache@v3.3.1
6161 with :
6262 path : ~/go/pkg/mod
6363 key : ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
@@ -119,7 +119,7 @@ jobs:
119119 uses : actions/setup-go@v3
120120 with :
121121 go-version : ${{ matrix.golang }}
122- - uses : actions/cache@v3.2.6
122+ - uses : actions/cache@v3.3.1
123123 with :
124124 path : ~/go/pkg/mod
125125 key : ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
@@ -160,7 +160,7 @@ jobs:
160160 uses : actions/setup-go@v3
161161 with :
162162 go-version : ${{ matrix.golang }}
163- - uses : actions/cache@v3.2.6
163+ - uses : actions/cache@v3.3.1
164164 with :
165165 path : ~/go/pkg/mod
166166 key : ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 3737 -
3838 name : Cache Go modules
3939 if : steps.semantic.outputs.new-release-published == 'true' && steps.repoman.outputs.has-go-binary == 'true'
40- uses : actions/cache@v3.2.6
40+ uses : actions/cache@v3.3.1
4141 with :
4242 path : ~/go/pkg/mod
4343 key : ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
You can’t perform that action at this time.
0 commit comments