Skip to content

Commit 445cfa2

Browse files
chore(deps): update actions/setup-node action to v3 (#1003)
Co-authored-by: Renovate Bot <[email protected]>
1 parent a4948fd commit 445cfa2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/canary.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
- name: Use Node
19-
uses: actions/setup-node@v2
19+
uses: actions/setup-node@v3
2020
with:
2121
node-version: '16.x'
2222
- name: Configure Git Credentials

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
git checkout master
2525
git reset --hard
2626
- name: Use Node
27-
uses: actions/setup-node@v2
27+
uses: actions/setup-node@v3
2828
with:
2929
node-version: '16.x'
3030
- name: Setup NPM credentials

0 commit comments

Comments
 (0)