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 cc5aab7 + 5bf7cb5 commit 4b6cf7cCopy full SHA for 4b6cf7c
.github/workflows/check.yml
@@ -18,7 +18,7 @@ jobs:
18
run: git config --global core.autocrlf false
19
- uses: actions/checkout@v4
20
- name: Set up OpenJDK 8
21
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
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