Skip to content

Commit

Permalink
chore(deps): bump actions/setup-node from 3.6.0 to 4.0.2
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.6.0 to 4.0.2.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v3.6.0...v4.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and jdanil committed Feb 11, 2024
1 parent 74cb584 commit 8017363
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Pull Git LFS
run: git lfs pull
- name: Setup Node@${{matrix.node}}
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v4.0.2
with:
node-version: ${{matrix.node}}
- name: Yarn Cache Directory
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
# - name: Pull Git LFS
# run: git lfs pull
# - name: Setup Node
# uses: actions/setup-node@v3.6.0
# uses: actions/setup-node@v4.0.2
# with:
# node-version-file: .nvmrc
# registry-url: "https://registry.npmjs.org"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
${{runner.os}}-lfs-
- name: Pull Git LFS
run: git lfs pull
- uses: actions/setup-node@v3.6.0
- uses: actions/setup-node@v4.0.2
with:
node-version-file: .nvmrc
- name: Install Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Pull Git LFS
run: git lfs pull
- name: Setup Node@${{matrix.node}}
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v4.0.2
with:
node-version: ${{matrix.node}}
# awaiting https://github.com/actions/checkout/pull/155
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reconcile-lockfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: git merge --no-commit --no-ff ${{github.event.pull_request.base.ref}}
continue-on-error: true
- name: Setup Node@${{matrix.node}}
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v4.0.2
with:
node-version: ${{matrix.node}}
- name: Yarn Cache Directory
Expand Down

0 comments on commit 8017363

Please sign in to comment.