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 c44e527 commit cef4f35Copy full SHA for cef4f35
.github/workflows/gradle.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- uses: actions/checkout@v4
19
- name: Install JDK
20
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
21
with:
22
java-version: ${{ matrix.java-version }}
23
distribution: "adopt"
.github/workflows/mvn.yml
@@ -18,7 +18,7 @@ jobs:
24
0 commit comments