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

Commit

Permalink
chore(deps): update actions/setup-node action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 17, 2022
1 parent 942be7c commit 984d125
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/markdown-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
EMAIL: "github-actions[bot]@users.noreply.github.com"

- name: "Use Node.js 14.x"
uses: "actions/setup-node@v2"
uses: "actions/setup-node@v3"
with:
node-version: "12.x"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
git config --global user.email "${EMAIL}"
git config --global user.name "${NAME}"
- name: "Use Node.js 12.x"
uses: "actions/setup-node@v2"
uses: "actions/setup-node@v3"
with:
node-version: "12.x"

Expand Down

0 comments on commit 984d125

Please sign in to comment.