Skip to content

Commit ab16310

Browse files
committed
minor #3502 Bump actions/setup-node from 6.3.0 to 6.4.0 in the github-actions group (dependabot[bot])
This PR was merged into the 3.x branch. Discussion ---------- Bump actions/setup-node from 6.3.0 to 6.4.0 in the github-actions group Bumps the github-actions group with 1 update: [actions/setup-node](https://github.com/actions/setup-node). Updates `actions/setup-node` from 6.3.0 to 6.4.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/setup-node/releases">actions/setup-node's releases</a>.</em></p> <blockquote> <h2>v6.4.0</h2> <h2>What's Changed</h2> <h3>Dependency updates:</h3> <ul> <li>Upgrade <a href="https://github.com/actions"><code>@​actions</code></a> dependencies by <a href="https://github.com/Copilot"><code>@​Copilot</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/1525">actions/setup-node#1525</a></li> <li>Update Node.js versions in versions.yml and bump package to v6.4.0 by <a href="https://github.com/priya-kinthali"><code>@​priya-kinthali</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/1533">actions/setup-node#1533</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Copilot"><code>@​Copilot</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-node/pull/1525">actions/setup-node#1525</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/setup-node/compare/v6...v6.4.0">https://github.com/actions/setup-node/compare/v6...v6.4.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/setup-node/commit/48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e"><code>48b55a0</code></a> Update Node.js versions in versions.yml and bump package to v6.4.0 (<a href="https://redirect.github.com/actions/setup-node/issues/1533">#1533</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/ab72c7e7eba0eaa11f8cab0f5679243900c2cac9"><code>ab72c7e</code></a> Upgrade <a href="https://github.com/actions"><code>@​actions</code></a> dependencies (<a href="https://redirect.github.com/actions/setup-node/issues/1525">#1525</a>)</li> <li>See full diff in <a href="https://github.com/actions/setup-node/compare/53b83947a5a98c8d113130e565377fae1a50d02f...48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-node&package-manager=github_actions&previous-version=6.3.0&new-version=6.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - ``@dependabot` rebase` will rebase this PR - ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it - ``@dependabot` show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - ``@dependabot` ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - ``@dependabot` ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - ``@dependabot` ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - ``@dependabot` unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - ``@dependabot` unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Commits ------- 5c8f4da Bump actions/setup-node from 6.3.0 to 6.4.0 in the github-actions group
2 parents bf50f56 + 5c8f4da commit ab16310

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/app-encore.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- run: npm i -g corepack && corepack enable
3434

35-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f
35+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
3636
with:
3737
node-version-file: '.nvmrc'
3838

.github/workflows/browser-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98
3939

4040
- run: npm i -g corepack && corepack enable
41-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f
41+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
4242
with:
4343
node-version-file: '.nvmrc'
4444
cache: 'pnpm'

.github/workflows/code-quality.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
- uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98
134134

135135
- run: npm i -g corepack && corepack enable
136-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f
136+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
137137
with:
138138
node-version-file: '.nvmrc'
139139
cache: 'pnpm'
@@ -150,7 +150,7 @@ jobs:
150150
- uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98
151151

152152
- run: npm i -g corepack && corepack enable
153-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f
153+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
154154
with:
155155
node-version-file: '.nvmrc'
156156
cache: 'pnpm'

.github/workflows/dist-files-unbuilt.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98
2626

2727
- run: npm i -g corepack && corepack enable
28-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f
28+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
2929
with:
3030
node-version-file: '.nvmrc'
3131
cache: 'pnpm'

.github/workflows/release-on-npm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV
2727

2828
- run: npm i -g corepack && corepack enable
29-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f
29+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
3030
with:
3131
registry-url: 'https://registry.npmjs.org'
3232
node-version-file: '.nvmrc'

.github/workflows/unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
- uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98
157157

158158
- run: npm i -g corepack && corepack enable
159-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f
159+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
160160
with:
161161
node-version-file: '.nvmrc'
162162
cache: 'pnpm'

0 commit comments

Comments
 (0)