Skip to content

Commit

Permalink
fix deprecated Node.js warning
Browse files Browse the repository at this point in the history
https://github.com/actions/setup-go

The V5 edition of the action offers:
Upgraded Node.js runtime from node16 to node20
  • Loading branch information
Leon1777 committed Sep 18, 2024
1 parent 2e6f7ac commit fa307bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.21

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
swap-size-gb: 12

- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.21

Expand All @@ -59,7 +59,7 @@ jobs:
swap-size-gb: 12

- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.21

Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.21

Expand Down

0 comments on commit fa307bc

Please sign in to comment.