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.0.7
60+ uses : actions/cache@v3.2.6
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.0.7
122+ - uses : actions/cache@v3.2.6
123123 with :
124124 path : ~/go/pkg/mod
125125 key : ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
@@ -164,7 +164,7 @@ jobs:
164164 uses : actions/setup-go@v3
165165 with :
166166 go-version : ${{ matrix.golang }}
167- - uses : actions/cache@v3.0.7
167+ - uses : actions/cache@v3.2.6
168168 with :
169169 path : ~/go/pkg/mod
170170 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.0.7
40+ uses : actions/cache@v3.2.6
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