Skip to content

Commit 3a35d42

Browse files
committed
chore: upgrade github actions versions
1 parent ce64064 commit 3a35d42

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/integration-linux.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818
test:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/setup-go@v2
21+
- uses: actions/setup-go@v5
2222
with:
23-
go-version: ^1.17
23+
go-version: ^1.23
2424

25-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@v4
2626
with:
2727
fetch-depth: 0
2828

29-
- uses: actions/cache@v2
29+
- uses: actions/cache@v4
3030
with:
3131
path: ~/go/pkg/mod
3232
key: ${{ runner.os }}-gopkgmod-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)