Skip to content

Commit

Permalink
ci: Bump setup-go and checkout to v4 (#889)
Browse files Browse the repository at this point in the history
v2 uses old versions of Node which are deprecated.

Signed-off-by: James Alseth <james@jalseth.me>
  • Loading branch information
jalseth committed Nov 29, 2023
1 parent 7f56296 commit 23039c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout source
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: setup go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: "1.21.0"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout source
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
run: make push TAG=$VERSION

- name: setup go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: "1.21.0"

Expand Down

0 comments on commit 23039c6

Please sign in to comment.