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 2021f79 + f48bd6b commit c3229a4Copy full SHA for c3229a4
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: actions/checkout@v3
25
26
- name: Set up JDK ${{ matrix.java-version }}
27
- uses: actions/setup-java@v3.2.0
+ uses: actions/setup-java@v3.3.0
28
with:
29
distribution: 'zulu'
30
java-version: ${{ matrix.java-version }}
.github/workflows/pullrequest.yml
@@ -21,7 +21,7 @@ jobs:
21
22
23
0 commit comments