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.
2 parents ecb672f + 5c8d598 commit d18f70cCopy full SHA for d18f70c
.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@v2
+ uses: actions/setup-java@v3
31
with:
32
distribution: adopt
33
java-version: 11
.github/workflows/gradle-test.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/checkout@v2
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