We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3a8c6d + 294ef3b commit 10209d3Copy full SHA for 10209d3
1 file changed
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-latest
20
steps:
21
- name: 📥 Checkout Code
22
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
23
24
- name: ☕ Setup Java ${{ env.JAVA_VERSION }}
25
uses: actions/setup-java@v4
@@ -43,7 +43,7 @@ jobs:
43
44
45
- name: "📥 Checkout Code (Full History)"
46
47
with:
48
fetch-depth: 0
49
0 commit comments