Skip to content

Commit 5a189eb

Browse files
build(deps): bump actions/checkout from 3.1.0 to 3.5.3
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.5.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.1.0...v3.5.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 837a3cc commit 5a189eb

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

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

0 commit comments

Comments
 (0)