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 c698605 commit 569ff42Copy full SHA for 569ff42
.github/workflows/gradle.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Checkout
19
uses: actions/[email protected]
20
- name: 'Set up JDK ${{ matrix.java }}'
21
- uses: actions/setup-java@v4.0.0
+ uses: actions/setup-java@v4.2.1
22
with:
23
distribution: adopt
24
java-version: '${{ matrix.java }}'
0 commit comments