Skip to content

Commit 2c5c98f

Browse files
chore(deps): update actions/setup-node action to v4.0.4 (#6382)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://redirect.github.com/actions/setup-node) | action | patch | `v4.0.3` -> `v4.0.4` | --- ### Release Notes <details> <summary>actions/setup-node (actions/setup-node)</summary> ### [`v4.0.4`](https://redirect.github.com/actions/setup-node/compare/v4.0.3...v4.0.4) [Compare Source](https://redirect.github.com/actions/setup-node/compare/v4.0.3...v4.0.4) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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/SAP/ui5-webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 18ca93e commit 2c5c98f

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

.github/workflows/chromatic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fetch-depth: 0
1515

1616
- name: Setup Node.js environment
17-
uses: actions/[email protected].3
17+
uses: actions/[email protected].4
1818
with:
1919
node-version-file: '.nvmrc'
2020
cache: 'yarn'

.github/workflows/docs-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919

2020
- name: Setup Node.js environment
21-
uses: actions/[email protected].3
21+
uses: actions/[email protected].4
2222
with:
2323
node-version-file: '.nvmrc'
2424
cache: 'yarn'

.github/workflows/examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v4
2727

28-
- uses: actions/[email protected].3
28+
- uses: actions/[email protected].4
2929
with:
3030
node-version-file: '.nvmrc'
3131

@@ -53,7 +53,7 @@ jobs:
5353
steps:
5454
- uses: actions/checkout@v4
5555

56-
- uses: actions/[email protected].3
56+
- uses: actions/[email protected].4
5757
with:
5858
node-version-file: '.nvmrc'
5959

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
steps:
4242
- uses: actions/checkout@v4
4343

44-
- uses: actions/[email protected].3
44+
- uses: actions/[email protected].4
4545
with:
4646
node-version-file: '.nvmrc'
4747
cache: 'yarn'
@@ -65,7 +65,7 @@ jobs:
6565
steps:
6666
- uses: actions/checkout@v4
6767

68-
- uses: actions/[email protected].3
68+
- uses: actions/[email protected].4
6969
with:
7070
node-version-file: '.nvmrc'
7171
cache: 'yarn'
@@ -91,7 +91,7 @@ jobs:
9191
steps:
9292
- uses: actions/checkout@v4
9393

94-
- uses: actions/[email protected].3
94+
- uses: actions/[email protected].4
9595
with:
9696
node-version-file: '.nvmrc'
9797
cache: 'yarn'
@@ -114,7 +114,7 @@ jobs:
114114
- uses: actions/checkout@v4
115115

116116
- name: Setup Node.js environment
117-
uses: actions/[email protected].3
117+
uses: actions/[email protected].4
118118
with:
119119
node-version-file: '.nvmrc'
120120
cache: 'yarn'

.github/workflows/release-comments.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
token: ${{ secrets.ACCESS_TOKEN }}
1313

1414
- name: Setup Node.js environment
15-
uses: actions/[email protected].3
15+
uses: actions/[email protected].4
1616
with:
1717
node-version-file: '.nvmrc'
1818
cache: 'yarn'

.github/workflows/release-custom-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fetch-depth: 0
3535

3636
- name: Setup Node.js environment
37-
uses: actions/[email protected].3
37+
uses: actions/[email protected].4
3838
with:
3939
node-version-file: '.nvmrc'
4040
registry-url: 'https://registry.npmjs.org'

.github/workflows/release-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fetch-depth: 0
2626

2727
- name: Setup Node.js environment
28-
uses: actions/[email protected].3
28+
uses: actions/[email protected].4
2929
with:
3030
node-version-file: '.nvmrc'
3131
registry-url: 'https://registry.npmjs.org'

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fetch-depth: 0
3131

3232
- name: Setup Node.js environment
33-
uses: actions/[email protected].3
33+
uses: actions/[email protected].4
3434
with:
3535
node-version-file: '.nvmrc'
3636
cache: 'yarn'
@@ -63,7 +63,7 @@ jobs:
6363
fetch-depth: 0
6464

6565
- name: Setup Node.js environment
66-
uses: actions/[email protected].3
66+
uses: actions/[email protected].4
6767
with:
6868
node-version-file: '.nvmrc'
6969
cache: 'yarn'

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Checkout
2828
uses: actions/checkout@v4
2929

30-
- uses: actions/[email protected].3
30+
- uses: actions/[email protected].4
3131
with:
3232
node-version-file: '.nvmrc'
3333
cache: 'yarn'

0 commit comments

Comments
 (0)