Skip to content

Commit

Permalink
chore: bump actions/setup-node from 3 to 4 (#6512)
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>
  • Loading branch information
dependabot[bot] authored Nov 14, 2023
1 parent f44b573 commit c4efcaf
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Install Node.js v18
if: steps.changed-files.outputs.any_changed == 'true'
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "18"
cache: "yarn"
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
- name: Install Node.js v18
if: steps.changed-files.outputs.any_changed == 'true'
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "18"

Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
- name: Install Node.js v18
if: steps.changed-files.outputs.any_changed == 'true'
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "18"

Expand Down Expand Up @@ -225,7 +225,7 @@ jobs:
run: quilt push -a

- name: Install Node.js v18
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "18"

Expand Down Expand Up @@ -299,7 +299,7 @@ jobs:
run: sudo apt update && sudo apt install -y libkrb5-dev

- name: Install Node.js v18
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "18"

Expand Down Expand Up @@ -358,7 +358,7 @@ jobs:
run: sudo apt update && sudo apt install -y libkrb5-dev

- name: Install Node.js v18
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "18"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Node.js v18
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "18"
cache: "yarn"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Node.js v18
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "18.15.0"

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

- name: Install Node.js v18
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "18.15.0"

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

- name: Install Node.js v18
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "18.15.0"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
fetch-depth: 0

- name: Install Node.js v18
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "18"

Expand Down

0 comments on commit c4efcaf

Please sign in to comment.