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 401e8a7 + b1ebea1 commit f31bb1fCopy full SHA for f31bb1f
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
scala: [2.12.x, 2.13.x, 3.x]
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
17
with:
18
fetch-depth: 0
19
- uses: coursier/cache-action@v7
.github/workflows/release.yml
@@ -6,7 +6,7 @@ jobs:
6
publish:
7
8
9
10
11
12
- uses: actions/setup-java@v5
0 commit comments