Skip to content

Commit

Permalink
Update git checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeEdgar committed May 26, 2020
1 parent ee9f2e2 commit 6c9a97c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,8 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0

- run: |
git fetch --no-tags --prune --depth=0 origin +refs/heads/*:refs/remotes/origin/*
git fetch --prune --unshallow --tags
- uses: actions/setup-java@v1.3.0
with:
Expand Down

0 comments on commit 6c9a97c

Please sign in to comment.