Skip to content

Commit 6ed7e59

Browse files
committed
ci: update actions/checkout
1 parent 0eb9426 commit 6ed7e59

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ jobs:
66
checks:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v1
10-
with:
11-
fetch-depth: 1
9+
- uses: actions/checkout@v2
1210

1311
- uses: actions/setup-node@v1
1412
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Submit
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v1
13+
- uses: actions/checkout@v2
1414

1515
- uses: actions/setup-node@v1
1616
with:

0 commit comments

Comments
 (0)