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 e442fe0 commit 2d4edc6Copy full SHA for 2d4edc6
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v3
15
- - uses: actions/setup-java@v1
+ - uses: actions/setup-java@v3
16
with:
17
java-version: 8
18
- uses: coursier/cache-action@v5
.github/workflows/release-sonatype.yml
@@ -14,7 +14,7 @@ jobs:
# We need to unshallow to allow git describe work with last tag
fetch-depth: 0
19
20
0 commit comments