Skip to content

Commit 4c000cd

Browse files
chore(deps): update actions/checkout action to v2 (#26)
1 parent 008e1c7 commit 4c000cd

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ jobs:
55
commitlint:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v1
8+
- uses: actions/checkout@v2
9+
with:
10+
fetch-depth: 0
911
- uses: wagoid/[email protected]
1012
env:
1113
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121

2222
steps:
23-
- uses: actions/checkout@v1
23+
- uses: actions/checkout@v2
2424
- name: Use Node.js ${{ matrix.node-version }}
2525
uses: actions/setup-node@v1
2626
with:
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ${{ matrix.os }}
4545

4646
steps:
47-
- uses: actions/checkout@v1
47+
- uses: actions/checkout@v2
4848
- uses: actions/setup-node@v1
4949
with:
5050
node-version: 12.x

0 commit comments

Comments
 (0)