Skip to content

Commit d6bbe0f

Browse files
build(deps): bump actions/checkout from 3.0.0 to 3.0.1 (#1256)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: actions/checkout 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>
1 parent 27f0d3b commit d6bbe0f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/commitlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
commitlint:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: 'actions/checkout@v3.0.0'
15+
- uses: 'actions/checkout@v3.0.1'
1616
with:
1717
fetch-depth: 0
1818
- uses: 'wagoid/commitlint-github-action@v4.1.9'

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
node-version: [10.x, 12.x, 14.x, 16.x]
1818

1919
steps:
20-
- uses: 'actions/checkout@v3.0.0'
20+
- uses: 'actions/checkout@v3.0.1'
2121

2222
- name: Use Node.js ${{ matrix.node-version }}
2323
uses: 'actions/setup-node@v3.1.1'

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
publish-npm:
1111
runs-on: 'ubuntu-latest'
1212
steps:
13-
- uses: 'actions/checkout@v3.0.0'
13+
- uses: 'actions/checkout@v3.0.1'
1414

1515
- uses: 'actions/setup-node@v3.1.1'
1616
with:

0 commit comments

Comments
 (0)