Skip to content

Commit dbc5406

Browse files
authored
build: update setup-node to v4 (#1624)
1 parent 5d5dbc6 commit dbc5406

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/algolia-indexing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
submodules: true # Fetch Hugo themes (true OR recursive)
2121
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
2222
- name: Setup Node.js 16.15.x
23-
uses: actions/setup-node@v3
23+
uses: actions/setup-node@v4
2424
with:
2525
node-version: '16.15.x'
2626

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
node-version: 16
2424

2525
- name: Install Node.js
26-
uses: actions/setup-node@v2
26+
uses: actions/setup-node@v4
2727
with:
2828
node-version: 16
2929
- name: Install node_modules

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818

19-
- uses: actions/setup-node@v2
19+
- uses: actions/setup-node@v4
2020
with:
2121
node-version: 16
2222

.github/workflows/tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 0
1616
token: ${{ secrets.USER_TOKEN }}
1717

18-
- uses: actions/setup-node@v2
18+
- uses: actions/setup-node@v4
1919
with:
2020
node-version: 16
2121

0 commit comments

Comments
 (0)