Skip to content

Commit b688119

Browse files
committed
Update actions/checkout and don't spell out the default value
1 parent 7a91ac0 commit b688119

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
steps:
3737
- name: Checkout the source code
38-
uses: actions/checkout@v2
39-
with:
40-
fetch-depth: 1
38+
uses: actions/checkout@v4
4139

4240
- name: Test and build
4341
run: docker build -t triagebot .

0 commit comments

Comments
 (0)