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 5252 with :
5353 go-version : ${{ matrix.golang }}
5454 - name : Cache Go modules
55- uses : actions/cache@v3.0.2
55+ uses : actions/cache@v3.0.3
5656 with :
5757 path : ~/go/pkg/mod
5858 key : ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
@@ -109,7 +109,7 @@ jobs:
109109 uses : actions/setup-go@v3
110110 with :
111111 go-version : ${{ matrix.golang }}
112- - uses : actions/cache@v3.0.2
112+ - uses : actions/cache@v3.0.3
113113 with :
114114 path : ~/go/pkg/mod
115115 key : ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
@@ -153,7 +153,7 @@ jobs:
153153 uses : actions/setup-go@v3
154154 with :
155155 go-version : ${{ matrix.golang }}
156- - uses : actions/cache@v3.0.2
156+ - uses : actions/cache@v3.0.3
157157 with :
158158 path : ~/go/pkg/mod
159159 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.2
40+ uses : actions/cache@v3.0.3
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