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 6048509 commit 2ed9480Copy full SHA for 2ed9480
.github/workflows/ci.yml
@@ -61,7 +61,7 @@ jobs:
61
with:
62
fetch-depth: 0
63
- uses: coursier/cache-action@v6
64
- - uses: actions/setup-java@v3
+ - uses: actions/setup-java@v5
65
66
distribution: temurin
67
java-version: ${{matrix.java}}
.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
9
- uses: actions/checkout@v2
10
11
12
- - uses: actions/setup-java@v2
13
14
15
java-version: 8
0 commit comments