Skip to content

Commit

Permalink
ci: use fetch-depth 0
Browse files Browse the repository at this point in the history
  • Loading branch information
lpicanco committed Dec 24, 2023
1 parent 08e1f3c commit 6537ad0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ permissions:
jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 6537ad0

Please sign in to comment.