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