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 963108b commit 386ed90Copy full SHA for 386ed90
.github/workflows/check.yml
@@ -18,7 +18,7 @@ jobs:
18
run: git config --global core.autocrlf false
19
- uses: actions/checkout@v5
20
- name: Set up OpenJDK 8
21
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
22
with:
23
java-version: 8
24
distribution: "temurin"
.github/workflows/publish.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
15
16
17
0 commit comments