File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121 with :
2222 go-version : ${{ env.GO_VERSION }}
2323
24- - uses : actions/cache@v3
24+ - uses : actions/cache@v4
2525 with :
2626 path : ~/go/pkg/mod
2727 key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 1616 with :
1717 go-version : ${{ env.GO_VERSION }}
1818
19- - uses : actions/cache@v3
19+ - uses : actions/cache@v4
2020 with :
2121 path : ~/go/pkg/mod
2222 key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 2626 - name : Set up Docker Buildx
2727 uses : docker/setup-buildx-action@v3
2828
29- - uses : actions/cache@v3
29+ - uses : actions/cache@v4
3030 with :
3131 path : ~/go/pkg/mod
3232 key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 2121 with :
2222 go-version : ${{ env.GO_VERSION }}
2323
24- - uses : actions/cache@v3
24+ - uses : actions/cache@v4
2525 with :
2626 path : ~/go/pkg/mod
2727 key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
You can’t perform that action at this time.
0 commit comments