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 d09ac99 commit edf630cCopy full SHA for edf630c
.github/workflows/main.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v6
16
- name: 'Set up JDK'
17
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
18
with:
19
java-version: 8
20
distribution: temurin
@@ -40,7 +40,7 @@ jobs:
40
restore-keys: |
41
test-${{ runner.os }}-maven-
42
43
44
45
46
@@ -59,7 +59,7 @@ jobs:
59
60
test-${{ runner.os }}-ivy-
61
62
63
64
65
0 commit comments