Skip to content

Commit

Permalink
🔀 Merge #44 (⬆️ Bump actions/setup-node from v2.1.2 to v2.1.3)
Browse files Browse the repository at this point in the history
⬆️ Bump actions/setup-node from v2.1.2 to v2.1.3
  • Loading branch information
pabio-escobar authored Dec 11, 2020
2 parents 9e08473 + 5cdbe29 commit 7bbfd08
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Setup Node.js
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version: 14
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Setup Node.js
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version: 14
- name: Setup Licensed
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Setup Node.js
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version: 14
- name: Install dependencies
Expand Down

0 comments on commit 7bbfd08

Please sign in to comment.