Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
⬆️ Bump actions/setup-node from v2.1.4 to v2.1.5
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2.1.4 to v2.1.5.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v2.1.4...46071b5)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 23, 2021
1 parent 71a0dff commit 8c41150
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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].4
uses: actions/[email protected].5
with:
node-version: 14
- name: Initialize CodeQL
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Setup Node.js
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
node-version: ${{ matrix.node }}
- name: Cache node modules
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Setup Node.js
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
node-version: ${{ matrix.node }}
- name: Cache node modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Setup Node.js
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
node-version: ${{ matrix.node }}
- name: Cache node modules
Expand Down

0 comments on commit 8c41150

Please sign in to comment.