Skip to content

Commit cd13b7c

Browse files
meta: bump actions/setup-node from 4.0.3 to 4.0.4 (#7069)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.3 to 4.0.4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@1e60f62...0a44ba7) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ba73d19 commit cd13b7c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json') }}-
9090
9191
- name: Set up Node.js
92-
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
92+
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
9393
with:
9494
# We want to ensure that the Node.js version running here respects our supported versions
9595
node-version-file: '.nvmrc'

.github/workflows/lint-and-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
cache-lint-
9696
9797
- name: Set up Node.js
98-
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
98+
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
9999
with:
100100
# We want to ensure that the Node.js version running here respects our supported versions
101101
node-version-file: '.nvmrc'
@@ -173,7 +173,7 @@ jobs:
173173
fetch-depth: 0
174174

175175
- name: Set up Node.js
176-
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
176+
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
177177
with:
178178
# We want to ensure that the Node.js version running here respects our supported versions
179179
node-version-file: '.nvmrc'

.github/workflows/translations-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
cache-lint-
9393
9494
- name: Set up Node.js
95-
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
95+
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
9696
with:
9797
# We want to ensure that the Node.js version running here respects our supported versions
9898
node-version-file: '.nvmrc'

0 commit comments

Comments
 (0)