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 583bfae commit 31b25c2Copy full SHA for 31b25c2
.github/workflows/gradle-build.yml
@@ -27,7 +27,7 @@ jobs:
27
remove-first-character: 'v'
28
# Set up the JDK
29
- name: Set up JDK 11
30
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v5
31
with:
32
distribution: adopt
33
java-version: 11
.github/workflows/gradle-test.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/checkout@v3
20
# Setup java and maven
21
- name: Set up JDK ${{ matrix.java-version }}
22
23
24
25
java-version: ${{ matrix.java-version }}
0 commit comments