Skip to content

Commit

Permalink
Use checkout@v4 and fetch-dept 0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rollczi committed Oct 7, 2023
1 parent 2b2e72c commit 054e949
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ jobs:
jdk: [ 8, 11, 17 ]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.jdk }}
distribution: 'adopt'
Expand Down

0 comments on commit 054e949

Please sign in to comment.