File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ jobs:
1313 platform : [ubuntu-latest]
1414
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v6
1717
1818 - name : Setup Go
19- uses : actions/setup-go@v5
19+ uses : actions/setup-go@v6
2020 with :
2121 go-version : ${{ matrix.go-version }}
2222
23- - uses : actions/cache@v4
23+ - uses : actions/cache@v5
2424 with :
2525 path : ~/go/pkg/mod
2626 key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ jobs:
1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v6
1717
1818 - name : Setup Go
19- uses : actions/setup-go@v5
19+ uses : actions/setup-go@v6
2020 with :
2121 go-version : 1.25.x
2222
23- - uses : actions/cache@v4
23+ - uses : actions/cache@v5
2424 with :
2525 path : ~/go/pkg/mod
2626 key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
You can’t perform that action at this time.
0 commit comments