Skip to content

Commit 26439c7

Browse files
build(deps): bump actions/checkout from 3.0.2 to 3.1.0 (#1443)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.0.2...v3.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 474d5af commit 26439c7

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.2'
15+
- uses: 'actions/checkout@v3.1.0'
1616
with:
1717
fetch-depth: 0
1818
- uses: 'wagoid/[email protected]'

.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.2'
20+
- uses: 'actions/checkout@v3.1.0'
2121

2222
- name: Use Node.js ${{ matrix.node-version }}
2323
uses: 'actions/[email protected]'

.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.2'
13+
- uses: 'actions/checkout@v3.1.0'
1414

1515
- uses: 'actions/[email protected]'
1616
with:

0 commit comments

Comments
 (0)