Skip to content

Commit 8214eee

Browse files
committed
chore(deps): update actions/setup-node action to v3
1 parent 4cc58d7 commit 8214eee

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
run: git fetch --unshallow --tags
1515

1616
- name: Use Node.js 12.x
17-
uses: actions/setup-node@v1
17+
uses: actions/setup-node@v3
1818
with:
1919
node-version: 12.x
2020

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: git fetch --unshallow --tags
2222

2323
- name: Use Node.js 12.x
24-
uses: actions/setup-node@v1
24+
uses: actions/setup-node@v3
2525
with:
2626
node-version: 12.x
2727

0 commit comments

Comments
 (0)