Skip to content

Commit 18ea254

Browse files
Merge remote-tracking branch 'origin/main'
2 parents 95c48b3 + 01f83fa commit 18ea254

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: "📥 Checkout Code (Full History)"
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
with:
2323
fetch-depth: 0
2424

@@ -30,7 +30,7 @@ jobs:
3030
echo "version=$VERSION" >> $GITHUB_OUTPUT
3131
3232
- name: ☕ Setup Java ${{ env.JAVA_VERSION }}
33-
uses: actions/setup-java@v4
33+
uses: actions/setup-java@v5
3434
with:
3535
distribution: ${{ env.JAVA_DISTRIBUTION }}
3636
java-version: ${{ env.JAVA_VERSION }}

0 commit comments

Comments
 (0)