We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 95c48b3 + 01f83fa commit 18ea254Copy full SHA for 18ea254
1 file changed
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
steps:
20
- name: "📥 Checkout Code (Full History)"
21
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
22
with:
23
fetch-depth: 0
24
@@ -30,7 +30,7 @@ jobs:
30
echo "version=$VERSION" >> $GITHUB_OUTPUT
31
32
- name: ☕ Setup Java ${{ env.JAVA_VERSION }}
33
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
34
35
distribution: ${{ env.JAVA_DISTRIBUTION }}
36
java-version: ${{ env.JAVA_VERSION }}
0 commit comments