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 4ee863b commit fc03ba2Copy full SHA for fc03ba2
.github/workflows/publish.yml
@@ -10,12 +10,12 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Check out code
13
- uses: actions/checkout@v2
14
- - name: Set up JDK 11
15
- uses: actions/setup-java@v2
+ uses: actions/checkout@v3.1.0
+ - name: Set up JDK 17
+ uses: actions/setup-java@v3.6.0
16
with:
17
distribution: adopt
18
- java-version: 11
+ java-version: 17
19
20
# Make gradlew executable https://github.com/actions/starter-workflows/issues/171
21
- name: Make gradlew executable
0 commit comments