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 3e7d89a commit 1152b0bCopy full SHA for 1152b0b
.github/workflows/gradle-build.yml
@@ -28,7 +28,7 @@ jobs:
28
remove-first-character: 'v'
29
# Set up the JDK
30
- name: Set up JDK 11
31
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v5
32
with:
33
distribution: adopt
34
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