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 aa49121 commit e5274b7Copy full SHA for e5274b7
.github/workflows/gradle.yml
@@ -15,7 +15,7 @@ jobs:
15
run: git -c protocol.version=2 fetch --tags --progress --no-recurse-submodules origin
16
if: "!contains(github.ref, 'refs/tags')"
17
- name: Set up JDK 11
18
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
19
with:
20
java-version: '11'
21
distribution: 'zulu'
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
fetch-depth: 0
22
0 commit comments