Skip to content

Commit

Permalink
build(deps): bump actions/setup-node from v2.1.3 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.3 to v2.1.5.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v2.1.3...46071b5)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Feb 23, 2021
1 parent 1db9c92 commit 6b63d30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/[email protected].3
- uses: actions/[email protected].5

# run checks
- run: npm audit --audit-level=moderate
Expand All @@ -34,7 +34,7 @@ jobs:
path: ~/.npm
key: client-${{ hashFiles('**/package-lock.json') }}

- uses: actions/[email protected].3
- uses: actions/[email protected].5
with:
node-version: ${{ matrix.node-version }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/[email protected].3
- uses: actions/[email protected].5

# run checks
- run: npm audit --audit-level=moderate
Expand All @@ -34,7 +34,7 @@ jobs:
path: ~/.npm
key: client-${{ hashFiles('**/package-lock.json') }}

- uses: actions/[email protected].3
- uses: actions/[email protected].5
with:
node-version: ${{ matrix.node-version }}

Expand Down

0 comments on commit 6b63d30

Please sign in to comment.