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 0ada9d5 commit 56876aeCopy full SHA for 56876ae
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: actions/checkout@v2
25
26
- name: Set up JDK ${{ matrix.java-version }}
27
- uses: actions/setup-java@v2.3.1
+ uses: actions/setup-java@v2.4.0
28
with:
29
distribution: 'zulu'
30
java-version: ${{ matrix.java-version }}
.github/workflows/pullrequest.yml
@@ -20,7 +20,7 @@ jobs:
20
21
22
23
0 commit comments