Skip to content

Commit

Permalink
Bump actions/setup-node from 1 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 1 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v1...v4)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 12, 2023
1 parent 0612c42 commit a40fb6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
go-version: ${{ needs.data.outputs.go_version }}
- name: Install rice
run: go install github.com/GeertJohan/go.rice/rice@latest
- uses: actions/setup-node@v1
- uses: actions/setup-node@v4
with:
node-version: ${{ needs.data.outputs.node_version }}
- name: Download Frontend Dependencies
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: ${{ needs.data.outputs.go_version }}
- uses: actions/setup-node@v1
- uses: actions/setup-node@v4
with:
node-version: ${{ needs.data.outputs.node_version }}

Expand Down

0 comments on commit a40fb6f

Please sign in to comment.