Skip to content

Commit b1bbb47

Browse files
chore(deps): update actions/setup-node action to v5 (#741)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://redirect.github.com/actions/setup-node) | action | major | `v4` -> `v5` | --- ### Release Notes <details> <summary>actions/setup-node (actions/setup-node)</summary> ### [`v5`](https://redirect.github.com/actions/setup-node/compare/v4...v5) [Compare Source](https://redirect.github.com/actions/setup-node/compare/v4...v5) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/apify/apify-client-js). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuOTEuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4fea9ee commit b1bbb47

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/check.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/checkout@v5
3737

3838
- name: Use Node.js ${{ matrix.node-version }}
39-
uses: actions/setup-node@v4
39+
uses: actions/setup-node@v5
4040
with:
4141
node-version: ${{ matrix.node-version }}
4242
cache: 'npm'
@@ -55,7 +55,7 @@ jobs:
5555
steps:
5656
- uses: actions/checkout@v5
5757
- name: Use Node.js 22
58-
uses: actions/setup-node@v4
58+
uses: actions/setup-node@v5
5959
with:
6060
node-version: 22
6161
cache: 'npm'
@@ -75,7 +75,7 @@ jobs:
7575
uses: actions/checkout@v5
7676

7777
- name: Use Node.js 22
78-
uses: actions/setup-node@v4
78+
uses: actions/setup-node@v5
7979
with:
8080
node-version: 22
8181
cache: 'npm'

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
token: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
2424

2525
- name: Use Node.js
26-
uses: actions/setup-node@v4
26+
uses: actions/setup-node@v5
2727
with:
2828
node-version: 22
2929
cache: npm

.github/workflows/pre_release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
token: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
5454

5555
- name: Use Node.js 22
56-
uses: actions/setup-node@v4
56+
uses: actions/setup-node@v5
5757
with:
5858
node-version: 22
5959

@@ -84,7 +84,7 @@ jobs:
8484
with:
8585
ref: ${{ needs.update_changelog.outputs.changelog_commitish }}
8686
- name: Use Node.js 22
87-
uses: actions/setup-node@v4
87+
uses: actions/setup-node@v5
8888
with:
8989
node-version: 22
9090
cache: 'npm'

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
token: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
6161

6262
- name: Use Node.js 22
63-
uses: actions/setup-node@v4
63+
uses: actions/setup-node@v5
6464
with:
6565
node-version: 22
6666

@@ -106,7 +106,7 @@ jobs:
106106
with:
107107
ref: ${{ needs.update_changelog.outputs.changelog_commitish }}
108108
- name: Use Node.js 22
109-
uses: actions/setup-node@v4
109+
uses: actions/setup-node@v5
110110
with:
111111
node-version: 22
112112
cache: 'npm'
@@ -134,7 +134,7 @@ jobs:
134134
fetch-depth: 0
135135

136136
- name: Use Node.js 22
137-
uses: actions/setup-node@v4
137+
uses: actions/setup-node@v5
138138
with:
139139
node-version: 22
140140
cache: 'npm'

0 commit comments

Comments
 (0)