Skip to content

Commit

Permalink
chore(deps): bump actions/setup-node from 2.4.0 to 2.4.1 (#239)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v2.4.0...v2.4.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 Oct 1, 2021
1 parent d64c041 commit 06bd01f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2.4.0
- uses: actions/setup-node@v2.4.1
with:
node-version: '12.x'
- uses: actions/cache@v2.1.6
Expand All @@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v2.4.0
- uses: actions/setup-node@v2.4.1
with:
node-version: '12.x'
- uses: actions/cache@v2.1.6
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/commitlint.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
fetch-depth: 0
- run: sed -i -E "s/(docker:.+)/Dockerfile/" ./action.yml
- run: echo -n '' > .dockerignore
- uses: actions/setup-node@v2.4.0
- uses: actions/setup-node@v2.4.1
with:
node-version: '14'
- uses: actions/cache@v2.1.6
Expand All @@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v2.4.0
- uses: actions/setup-node@v2.4.1
with:
node-version: '14'
- uses: actions/cache@v2.1.6
Expand Down

0 comments on commit 06bd01f

Please sign in to comment.