Skip to content

Commit 584d215

Browse files
chore(deps): update actions/setup-node action to v3 (#1023)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 888e9bf commit 584d215

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
version: 7
1717
- name: Install Node.js
18-
uses: actions/setup-node@v2
18+
uses: actions/setup-node@v3
1919
with:
2020
node-version: 16
2121
cache: 'pnpm'
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
version: 7
3636
- name: Install Node.js
37-
uses: actions/setup-node@v2
37+
uses: actions/setup-node@v3
3838
with:
3939
node-version: 16
4040
cache: 'pnpm'
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
version: 7
5858
- name: Install Node.js
59-
uses: actions/setup-node@v2
59+
uses: actions/setup-node@v3
6060
with:
6161
node-version: 16
6262
cache: 'pnpm'

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
version: 7
1818
- name: Install Node.js
19-
uses: actions/setup-node@v2
19+
uses: actions/setup-node@v3
2020
with:
2121
node-version: 16
2222
cache: 'pnpm'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
version: 7
1616
- name: Install Node.js
17-
uses: actions/setup-node@v2
17+
uses: actions/setup-node@v3
1818
with:
1919
node-version: 16
2020
cache: 'pnpm'

0 commit comments

Comments
 (0)