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 2a6e1aa + 2d4bdf5 commit 79e7fb6Copy full SHA for 79e7fb6
.github/workflows/main.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/checkout@v3
23
24
- name: Set up JDK ${{ matrix.java-version }}
25
- uses: actions/setup-java@v3.11.0
+ uses: actions/setup-java@v3.12.0
26
with:
27
distribution: 'zulu'
28
java-version: ${{ matrix.java-version }}
.github/workflows/pullrequest.yml
@@ -19,7 +19,7 @@ jobs:
19
20
21
0 commit comments