Skip to content

Commit 914b960

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

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@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
92+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
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@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
98+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
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@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
176+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
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
@@ -97,7 +97,7 @@ jobs:
9797
cache-lint-
9898
9999
- name: Set up Node.js
100-
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
100+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
101101
with:
102102
# We want to ensure that the Node.js version running here respects our supported versions
103103
node-version-file: '.nvmrc'

0 commit comments

Comments
 (0)