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 0ab684c commit 689ddf1Copy full SHA for 689ddf1
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@v5
14
- uses: coursier/cache-action@v6
15
- - uses: actions/setup-java@v4
+ - uses: actions/setup-java@v5
16
with:
17
distribution: temurin
18
java-version: 8
.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
9
10
11
fetch-depth: 0
0 commit comments