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 959b263 commit b6dcdabCopy full SHA for b6dcdab
.github/workflows/gradle.yml
@@ -19,7 +19,7 @@ jobs:
19
steps:
20
- uses: actions/checkout@v3
21
- name: Set up JDK 11
22
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
23
with:
24
distribution: 'zulu'
25
java-version: 11
.github/workflows/nightly_checks.yml
@@ -23,7 +23,7 @@ jobs:
26
27
28
29
java-version: '11'
0 commit comments