File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 with :
5454 go-version : ${{ matrix.golang }}
5555 - name : Cache Go modules
56- uses : actions/cache@v3.0.6
56+ uses : actions/cache@v3.0.7
5757 with :
5858 path : ~/go/pkg/mod
5959 key : ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
@@ -112,7 +112,7 @@ jobs:
112112 uses : actions/setup-go@v3
113113 with :
114114 go-version : ${{ matrix.golang }}
115- - uses : actions/cache@v3.0.6
115+ - uses : actions/cache@v3.0.7
116116 with :
117117 path : ~/go/pkg/mod
118118 key : ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
@@ -157,7 +157,7 @@ jobs:
157157 uses : actions/setup-go@v3
158158 with :
159159 go-version : ${{ matrix.golang }}
160- - uses : actions/cache@v3.0.6
160+ - uses : actions/cache@v3.0.7
161161 with :
162162 path : ~/go/pkg/mod
163163 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.6
40+ uses : actions/cache@v3.0.7
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