Skip to content

Commit

Permalink
Bump actions/setup-node from 2.5.0 to 2.5.1
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v2.5.0...v2.5.1)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 3, 2022
1 parent 082e08b commit 5beb460
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
- name: Install Node.js 14
if: steps.branch_info.outputs.changes != '0'
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: 14

Expand Down Expand Up @@ -255,7 +255,7 @@ jobs:
- name: Install Node.js 14
if: steps.branch_info.outputs.changes != '0'
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: 14

Expand Down

0 comments on commit 5beb460

Please sign in to comment.