File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 with :
1616 fetch-depth : 0
1717 ref : ${{ github.event.pull_request.head.sha }}
18- - uses : actions/cache@v3
18+ - uses : actions/cache@v4
1919 with :
2020 path : ~/go/pkg/mod
2121 key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 1414 go-version : 1.19.x
1515 - name : Check out code into the Go module directory
1616 uses : actions/checkout@v4
17- - uses : actions/cache@v3
17+ - uses : actions/cache@v4
1818 with :
1919 path : ~/go/pkg/mod
2020 key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
3535 go-version : 1.19.x
3636 - name : Check out code into the Go module directory
3737 uses : actions/checkout@v4
38- - uses : actions/cache@v3
38+ - uses : actions/cache@v4
3939 with :
4040 path : ~/go/pkg/mod
4141 key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
You can’t perform that action at this time.
0 commit comments