Skip to content

Commit

Permalink
chore: upgrade github actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
plumpy committed Nov 26, 2024
1 parent ce64064 commit 3a35d42
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/integration-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
- uses: actions/setup-go@v5
with:
go-version: ^1.17
go-version: ^1.23

- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0

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

0 comments on commit 3a35d42

Please sign in to comment.