Skip to content

Commit

Permalink
Use checkout v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdziuban committed Dec 10, 2024
1 parent 3ae2e06 commit 5685c94
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 @@ -14,7 +14,10 @@ jobs:
matrix:
java: [8, 11, 17, 21]
steps:
- uses: actions/checkout@v2
- name: Checkout current branch
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Setup Java ${{ matrix.java }}
uses: actions/setup-java@v4
Expand Down

0 comments on commit 5685c94

Please sign in to comment.