Skip to content

Commit 9df3405

Browse files
balvajs-renovate[bot]Balvajs Renovate Bot
and
Balvajs Renovate Bot
authored
chore(deps): update actions/setup-node action to v4.0.1 (#252)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://github.com/actions/setup-node) | action | patch | `v4.0.0` -> `v4.0.1` | --- ### Release Notes <details> <summary>actions/setup-node (actions/setup-node)</summary> ### [`v4.0.1`](https://github.com/actions/setup-node/releases/tag/v4.0.1) [Compare Source](https://github.com/actions/setup-node/compare/v4.0.0...v4.0.1) ##### What's Changed - Ignore engines in Yarn 1 e2e-cache tests by [@&#8203;trivikr](https://github.com/trivikr) in [https://github.com/actions/setup-node/pull/882](https://github.com/actions/setup-node/pull/882) - Update setup-node references in the README.md file to setup-node@v4 by [@&#8203;jwetzell](https://github.com/jwetzell) in [https://github.com/actions/setup-node/pull/884](https://github.com/actions/setup-node/pull/884) - Update reusable workflows to use Node.js v20 by [@&#8203;MaksimZhukov](https://github.com/MaksimZhukov) in [https://github.com/actions/setup-node/pull/889](https://github.com/actions/setup-node/pull/889) - Add fix for cache to resolve slow post action step by [@&#8203;aparnajyothi-y](https://github.com/aparnajyothi-y) in [https://github.com/actions/setup-node/pull/917](https://github.com/actions/setup-node/pull/917) - Fix README.md by [@&#8203;takayamaki](https://github.com/takayamaki) in [https://github.com/actions/setup-node/pull/898](https://github.com/actions/setup-node/pull/898) - Add `package.json` to `node-version-file` list of examples. by [@&#8203;TWiStErRob](https://github.com/TWiStErRob) in [https://github.com/actions/setup-node/pull/879](https://github.com/actions/setup-node/pull/879) - Fix node-version-file interprets entire package.json as a version by [@&#8203;NullVoxPopuli](https://github.com/NullVoxPopuli) in [https://github.com/actions/setup-node/pull/865](https://github.com/actions/setup-node/pull/865) ##### New Contributors - [@&#8203;trivikr](https://github.com/trivikr) made their first contribution in [https://github.com/actions/setup-node/pull/882](https://github.com/actions/setup-node/pull/882) - [@&#8203;jwetzell](https://github.com/jwetzell) made their first contribution in [https://github.com/actions/setup-node/pull/884](https://github.com/actions/setup-node/pull/884) - [@&#8203;aparnajyothi-y](https://github.com/aparnajyothi-y) made their first contribution in [https://github.com/actions/setup-node/pull/917](https://github.com/actions/setup-node/pull/917) - [@&#8203;takayamaki](https://github.com/takayamaki) made their first contribution in [https://github.com/actions/setup-node/pull/898](https://github.com/actions/setup-node/pull/898) - [@&#8203;TWiStErRob](https://github.com/TWiStErRob) made their first contribution in [https://github.com/actions/setup-node/pull/879](https://github.com/actions/setup-node/pull/879) - [@&#8203;NullVoxPopuli](https://github.com/NullVoxPopuli) made their first contribution in [https://github.com/actions/setup-node/pull/865](https://github.com/actions/setup-node/pull/865) **Full Changelog**: actions/setup-node@v4...v4.0.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDIuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwMi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: Balvajs Renovate Bot <406530+balvajs-renovate[bot]@users.noreply.github.com>
1 parent 74b02a0 commit 9df3405

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/check-dist.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818

1919
- name: Set Node.js 20.x
20-
uses: actions/[email protected].0
20+
uses: actions/[email protected].1
2121
with:
2222
node-version: 20.x
2323

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fetch-depth: 0
2323

2424
- name: Set Node.js 20.x
25-
uses: actions/[email protected].0
25+
uses: actions/[email protected].1
2626
with:
2727
node-version: 20.x
2828

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v4
1010

1111
- name: Set Node.js 20.x
12-
uses: actions/[email protected].0
12+
uses: actions/[email protected].1
1313
with:
1414
node-version: 20.x
1515

0 commit comments

Comments
 (0)