Skip to content

Commit

Permalink
ci: bump action versions
Browse files Browse the repository at this point in the history
Signed-off-by: Jun Kimura <[email protected]>
  • Loading branch information
bluele committed May 16, 2024
1 parent ff60fcd commit a56516a
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@ jobs:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive

- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true

- name: Test
run: go test -v ./...
Expand All @@ -28,11 +31,14 @@ jobs:
with:
submodules: recursive

- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true

- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '20'

- name: Resolve dependencies
working-directory: e2e
Expand Down

0 comments on commit a56516a

Please sign in to comment.