8000
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 e50aefa commit bfd7087Copy full SHA for bfd7087
.github/workflows/ci.yml
@@ -13,11 +13,11 @@ jobs:
13
scala: [2.12.x, 2.13.x, 3.x]
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
17
with:
18
fetch-depth: 0
19
- uses: coursier/cache-action@v6
20
- - uses: actions/setup-java@v3
+ - uses: actions/setup-java@v4
21
22
distribution: temurin
23
java-version: ${{matrix.java}}
.github/workflows/release.yml
@@ -6,10 +6,10 @@ jobs:
6
publish:
7
8
9
10
11
12
java-version: 8
0 commit comments