Skip to content

Commit

Permalink
Bump actions/setup-node from 2.5.0 to 2.5.1 (#118)
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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 9, 2022
1 parent 6fca58b commit 6b7f98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v2.4.0
with:
submodules: true
- uses: actions/setup-node@v2.5.0
- uses: actions/setup-node@v2.5.1
with:
node-version: '12.x'
# How to consume GitHub packages, from this message (!): https://github.community/t/download-from-github-package-registry-without-authentication/14407/35
Expand Down

0 comments on commit 6b7f98f

Please sign in to comment.