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 b7b0c3c commit f6fe4c6Copy full SHA for f6fe4c6
.github/workflows/master.yml
@@ -23,7 +23,7 @@ jobs:
23
restore-keys: |
24
${{ runner.os }}-gradle-
25
- name: Set up JDK 20
26
- uses: actions/setup-java@v4.2.1
+ uses: actions/setup-java@v4.3.0
27
with:
28
distribution: 'adopt'
29
java-version: '20'
.github/workflows/pull-requests.yml
@@ -19,7 +19,7 @@ jobs:
19
ref: ${{ github.sha }}
20
21
- name: Set up Java
22
distribution: 'temurin'
0 commit comments