Skip to content

Commit

Permalink
gh actions: bump github actions
Browse files Browse the repository at this point in the history
consume latest fixes and fix nodejs compatibility

Signed-off-by: Francesco Romani <[email protected]>
  • Loading branch information
ffromani committed Sep 25, 2024
1 parent 69ea63e commit 959140e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0

- name: setup golang
uses: actions/setup-go@v4
uses: actions/setup-go@v5
id: go
with:
go-version: 1.22.5
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
fetch-depth: 0

- name: setup golang
uses: actions/setup-go@v4
uses: actions/setup-go@v5
id: go
with:
go-version: 1.22.5
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
fetch-depth: 0

- name: setup golang
uses: actions/setup-go@v4
uses: actions/setup-go@v5
id: go
with:
go-version: 1.22.5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 0

- name: set up golang
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.22.5

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fetch-depth: 0

- name: setup golang
uses: actions/setup-go@v4
uses: actions/setup-go@v5
id: go
with:
go-version: 1.22.5
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- name: archive kind logs
if: ${{ failure() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: kind-logs
path: /tmp/kind-logs

0 comments on commit 959140e

Please sign in to comment.