Skip to content
This repository was archived by the owner on Dec 22, 2022. It is now read-only.

Commit 8cbfcf9

Browse files
committed
chore(deps): update actions/setup-node action to v3
1 parent 693c4e2 commit 8cbfcf9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/markdown-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
EMAIL: "github-actions[bot]@users.noreply.github.com"
2828

2929
- name: "Use Node.js 14.x"
30-
uses: "actions/setup-node@v2"
30+
uses: "actions/setup-node@v3"
3131
with:
3232
node-version: "12.x"
3333

.github/workflows/semantic-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
git config --global user.email "${EMAIL}"
4040
git config --global user.name "${NAME}"
4141
- name: "Use Node.js 12.x"
42-
uses: "actions/setup-node@v2"
42+
uses: "actions/setup-node@v3"
4343
with:
4444
node-version: "12.x"
4545

0 commit comments

Comments
 (0)