Skip to content

Commit 742d929

Browse files
dependabot[bot]codingjoe
authored andcommitted
Bump actions/setup-node from 2.4.0 to 2.4.1
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] <[email protected]>
1 parent 820f2cb commit 742d929

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/[email protected]
23-
- uses: actions/[email protected].0
23+
- uses: actions/[email protected].1
2424
with:
2525
node-version: '12.x'
2626
- run: npm install -g standard

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
npm:
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/[email protected].0
26+
- uses: actions/[email protected].1
2727
- uses: actions/[email protected]
2828
- uses: actions/[email protected]
2929
- run: python set_version.py

0 commit comments

Comments
 (0)