File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3434 with :
3535 go-version : 1.20.x
3636
37- - uses : actions/cache@v2
37+ - uses : actions/cache@v4
3838 with :
3939 path : ~/go/pkg/mod
4040 key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
6565 with :
6666 go-version : 1.20.x
6767
68- - uses : actions/cache@v2
68+ - uses : actions/cache@v4
6969 with :
7070 path : ~/go/pkg/mod
7171 key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
8888 with :
8989 go-version : 1.20.x
9090
91- - uses : actions/cache@v2
91+ - uses : actions/cache@v4
9292 with :
9393 path : ~/go/pkg/mod
9494 key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 4343 with :
4444 go-version : 1.20.x
4545
46- - uses : actions/cache@v2
46+ - uses : actions/cache@v4
4747 with :
4848 path : ~/go/pkg/mod
4949 key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 4444 with :
4545 go-version : 1.20.x
4646
47- - uses : actions/cache@v2
47+ - uses : actions/cache@v4
4848 with :
4949 path : ~/go/pkg/mod
5050 key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 4343 with :
4444 go-version : 1.20.x
4545
46- - uses : actions/cache@v2
46+ - uses : actions/cache@v4
4747 with :
4848 path : ~/go/pkg/mod
4949 key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
You can’t perform that action at this time.
0 commit comments