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 664a239 + c82b4d8 commit 1bcba60Copy full SHA for 1bcba60
.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