We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8f4cbd commit 0194be5Copy full SHA for 0194be5
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
- uses: actions/checkout@v5
11
with:
12
fetch-depth: 0
13
- - uses: actions/setup-java@v4
+ - uses: actions/setup-java@v5
14
15
distribution: liberica
16
java-version: 17
@@ -27,7 +27,7 @@ jobs:
27
28
29
30
31
32
33
distribution: temurin
0 commit comments