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.
2 parents 4daf005 + 056d324 commit 6dc7f32Copy full SHA for 6dc7f32
.github/workflows/test.yml
@@ -42,7 +42,7 @@ jobs:
42
fetch-depth: 10
43
# Install built-in JDK
44
- name: 'Set up JDK ${{ matrix.jdk.version }} / ${{ matrix.jdk.distribution }}'
45
- uses: actions/setup-java@v3.11.0
+ uses: actions/setup-java@v3
46
if: ${{ matrix.jdk.distribution != 'jdkfile' }}
47
with:
48
distribution: ${{ matrix.jdk.distribution }}
@@ -55,7 +55,7 @@ jobs:
55
jdk_url="${{ matrix.jdk.url }}"
56
wget -nv -O "${{ runner.temp }}/java_package.tar.gz" "${jdk_url}"
57
- name: 'Set up JDK ${{ matrix.jdk.version }} / ${{ matrix.jdk.url }}'
58
- uses: actions/setup-java@v2
59
if: ${{ matrix.jdk.distribution == 'jdkfile' }}
60
61
0 commit comments