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 8cd21bb commit b0520ecCopy full SHA for b0520ec
.github/workflows/gradle.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Checkout
19
uses: actions/checkout@v4
20
- name: 'Set up JDK ${{ matrix.java }}'
21
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
22
with:
23
distribution: adopt
24
java-version: '${{ matrix.java }}'
.github/workflows/publish-release.yml
@@ -12,7 +12,7 @@ jobs:
12
13
14
- name: Set up JDK
15
16
17
distribution: 'temurin'
java-version: 17
0 commit comments