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