We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9ec928 commit 8622441Copy full SHA for 8622441
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-latest
20
steps:
21
- name: 📥 Checkout Code
22
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
23
24
- name: ☕ Setup Java ${{ env.JAVA_VERSION }}
25
uses: actions/setup-java@v4
@@ -40,7 +40,7 @@ jobs:
40
41
42
- name: "📥 Checkout Code (Full History)"
43
44
with:
45
fetch-depth: 0
46
0 commit comments