Skip to content

Commit e0621c8

Browse files
deps(ci): update actions/setup-node action to v7 (#1199)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://redirect.github.com/actions/setup-node) | action | major | `v6` → `v7` | --- ### Release Notes <details> <summary>actions/setup-node (actions/setup-node)</summary> ### [`v7.0.0`](https://redirect.github.com/actions/setup-node/compare/v6.5.0...v7.0.0) [Compare Source](https://redirect.github.com/actions/setup-node/compare/v7.0.0...v7.0.0) ### [`v7`](https://redirect.github.com/actions/setup-node/compare/v6.5.0...v7.0.0) [Compare Source](https://redirect.github.com/actions/setup-node/compare/v6.5.0...v7.0.0) </details> --- ### Configuration 📅 **Schedule**: (in timezone Europe/Zurich) - Branch creation - "after 9pm,before 6am" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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/dotnet/dotnet-operator-sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c5e2460 commit e0621c8

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docs-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v7
1818

1919
- name: Setup Node.js
20-
uses: actions/setup-node@v6
20+
uses: actions/setup-node@v7
2121
with:
2222
node-version: "24"
2323
cache: "npm"

.github/workflows/dotnet-pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
user: ${{ secrets.NUGET_USER }}
3535

3636
- name: Setup Node
37-
uses: actions/setup-node@v6
37+
uses: actions/setup-node@v7
3838
with:
3939
node-version: 24
4040
cache: npm

.github/workflows/dotnet-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
user: ${{ secrets.NUGET_USER }}
3434

3535
- name: Setup Node
36-
uses: actions/setup-node@v6
36+
uses: actions/setup-node@v7
3737
with:
3838
node-version: 24
3939
cache: npm

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v7
2727

2828
- name: Setup Node.js
29-
uses: actions/setup-node@v6
29+
uses: actions/setup-node@v7
3030
with:
3131
node-version: "24"
3232
cache: "npm"

0 commit comments

Comments
 (0)