Skip to content

Commit

Permalink
Bump actions/setup-node from 3 to 4 (#14552)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v3...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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Don Jayamanne <[email protected]>
  • Loading branch information
dependabot[bot] and DonJayamanne authored Nov 27, 2023
1 parent ddd58ef commit ce5f523
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
uses: actions/checkout@v4

- name: Use Node ${{env.NODE_VERSION}}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{env.NODE_VERSION}}

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

- name: Use Node ${{env.NODE_VERSION}}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{env.NODE_VERSION}}

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

- name: Use Node ${{env.NODE_VERSION}}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{env.NODE_VERSION}}

Expand Down Expand Up @@ -420,7 +420,7 @@ jobs:
if: matrix.python != 'conda' && matrix.python != 'noPython'

- name: Use Node ${{env.NODE_VERSION}}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{env.NODE_VERSION}}

Expand Down Expand Up @@ -821,7 +821,7 @@ jobs:
run: python -m pip install -U pip

- name: Use Node ${{env.NODE_VERSION}}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{env.NODE_VERSION}}

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

- name: Install Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{env.NODE_VERSION}}

Expand Down

0 comments on commit ce5f523

Please sign in to comment.