Skip to content

Commit

Permalink
chore(deps): update dependency actions/setup-node to v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 31, 2020
1 parent 7c530f8 commit 94bf998
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Setup node
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version: '12.x'
- name: Install project
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Fetch tags
run: git fetch --tags
- name: Setup node
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version: '12.x'
- name: Install project
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
git config --local user.name "github-actions[bot]"
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
- name: Setup node
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version: '12.x'
- name: Install project
Expand Down

0 comments on commit 94bf998

Please sign in to comment.