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.
1 parent 64d0cac commit 9c37bfaCopy full SHA for 9c37bfa
1 file changed
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/checkout@v7
23
24
- name: ☕ Setup Java ${{ env.JAVA_VERSION }}
25
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
26
with:
27
distribution: ${{ env.JAVA_DISTRIBUTION }}
28
java-version: ${{ env.JAVA_VERSION }}
@@ -48,7 +48,7 @@ jobs:
48
fetch-depth: 0
49
50
51
52
53
54
0 commit comments