Skip to content

Commit

Permalink
Make checkout more efficient (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst authored Jan 31, 2024
1 parent 755452a commit c2b574c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ jobs:
JDK_ARCH: x64
JDK_VERSION: 8u192
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 1
show-progress: false
- name: Cache JDK
uses: actions/cache@v2
id: cache-jdk
Expand Down

0 comments on commit c2b574c

Please sign in to comment.