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 702d385 + 1bcba60 commit 6b32c7eCopy full SHA for 6b32c7e
.github/workflows/main.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/checkout@v4
23
24
- name: Set up JDK ${{ matrix.java-version }}
25
- uses: actions/setup-java@v4.7.0
+ uses: actions/setup-java@v4.7.1
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