Skip to content

Commit 06bd01f

Browse files
chore(deps): bump actions/setup-node from 2.4.0 to 2.4.1 (#239)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d64c041 commit 06bd01f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
12-
- uses: actions/[email protected].0
12+
- uses: actions/[email protected].1
1313
with:
1414
node-version: '12.x'
1515
- uses: actions/[email protected]
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/checkout@v2
3636
with:
3737
fetch-depth: 0
38-
- uses: actions/[email protected].0
38+
- uses: actions/[email protected].1
3939
with:
4040
node-version: '12.x'
4141
- uses: actions/[email protected]

.github/workflows/commitlint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fetch-depth: 0
1111
- run: sed -i -E "s/(docker:.+)/Dockerfile/" ./action.yml
1212
- run: echo -n '' > .dockerignore
13-
- uses: actions/[email protected].0
13+
- uses: actions/[email protected].1
1414
with:
1515
node-version: '14'
1616
- uses: actions/[email protected]
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/checkout@v2
3636
with:
3737
fetch-depth: 0
38-
- uses: actions/[email protected].0
38+
- uses: actions/[email protected].1
3939
with:
4040
node-version: '14'
4141
- uses: actions/[email protected]

0 commit comments

Comments
 (0)