Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3c2976d

Browse filesBrowse files
chore(deps): update actions/setup-node action to v4.0.3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8724534 commit 3c2976d
Copy full SHA for 3c2976d

17 files changed

+20-20Lines changed: 20 additions & 20 deletions
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎.github/workflows/api-breaking-changes.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/api-breaking-changes.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: git fetch --depth 1 origin ${{ github.base_ref }}
2828

2929
- name: setup-node
30-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
30+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
3131
with:
3232
node-version: 18.x
3333
registry-url: https://registry.npmjs.org/
Collapse file

‎.github/workflows/ci.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3636

3737
- name: use node.js ${{ matrix.node-version }}
38-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
38+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
3939
with:
4040
node-version: ${{ matrix.node-version }}
4141
registry-url: https://registry.npmjs.org/ # Needed for auth
@@ -71,7 +71,7 @@ jobs:
7171
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
7272

7373
- name: use node.js ${{ matrix.node-version }}
74-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
74+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
7575
with:
7676
node-version: ${{ matrix.node-version }}
7777
registry-url: https://registry.npmjs.org/ # Needed for auth
@@ -216,7 +216,7 @@ jobs:
216216
run: git fetch origin ${{ github.event.pull_request.base.ref }}
217217

218218
- name: use node.js ${{ matrix.node-version }}
219-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
219+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
220220
with:
221221
node-version: ${{ matrix.node-version }}
222222
registry-url: https://registry.npmjs.org/ # Needed for auth
Collapse file

‎.github/workflows/deploy_docker-image.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/deploy_docker-image.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
ref: ${{ github.event.client_payload.version && env.RELEASE_VERSION || github.ref }}
3232

3333
- name: use node.js ${{ matrix.node-version }}
34-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
34+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
3535
with:
3636
node-version: ${{ matrix.node-version }}
3737
registry-url: https://registry.npmjs.org/ # Needed for auth
Collapse file

‎.github/workflows/deploy_microsite.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/deploy_microsite.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3232

3333
- name: use node.js 18.x
34-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
34+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
3535
with:
3636
node-version: 18.x
3737
registry-url: https://registry.npmjs.org/ # Needed for auth
Collapse file

‎.github/workflows/deploy_nightly.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/deploy_nightly.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2323

2424
- name: use node.js 18.x
25-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
25+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
2626
with:
2727
node-version: 18.x
2828
registry-url: https://registry.npmjs.org/ # Needed for auth
Collapse file

‎.github/workflows/deploy_packages.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/deploy_packages.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
7878

7979
- name: use node.js ${{ matrix.node-version }}
80-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
80+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
8181
with:
8282
node-version: ${{ matrix.node-version }}
8383
registry-url: https://registry.npmjs.org/ # Needed for auth
@@ -161,7 +161,7 @@ jobs:
161161
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
162162

163163
- name: use node.js ${{ matrix.node-version }}
164-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
164+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
165165
with:
166166
node-version: ${{ matrix.node-version }}
167167
registry-url: https://registry.npmjs.org/ # Needed for auth
Collapse file

‎.github/workflows/sync_code-formatting.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/sync_code-formatting.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0
2121

2222
- name: use node.js ${{ matrix.node-version }}
23-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
23+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626
registry-url: https://registry.npmjs.org/ # Needed for auth
Collapse file

‎.github/workflows/sync_release-manifest.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/sync_release-manifest.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
ref: v${{ github.event.client_payload.version }}
2020

2121
- name: use node.js 18.x
22-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
22+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
2323
with:
2424
node-version: 18.x
2525
registry-url: https://registry.npmjs.org/ # Needed for auth
Collapse file

‎.github/workflows/sync_snyk-github-issues.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/sync_snyk-github-issues.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2020

2121
- name: use node.js 18.x
22-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
22+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
2323
with:
2424
node-version: 18.x
2525
registry-url: https://registry.npmjs.org/ # Needed for auth
Collapse file

‎.github/workflows/verify_accessibility.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/verify_accessibility.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2828
- name: Use Node.js 18.x
29-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
29+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
3030
with:
3131
node-version: 18.x
3232
- name: yarn install

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.