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 6b1d001 + 4750e93 commit f7f1496Copy full SHA for f7f1496
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
steps:
29
30
- name: Git checkout
31
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
32
with:
33
fetch-depth: 0
34
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
name: Scala v${{ matrix.scala }} / Java v${{ matrix.java }}
19
20
21
22
23
24
@@ -35,7 +35,7 @@ jobs:
35
needs: ci
36
runs-on: ubuntu-latest
37
38
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
39
40
41
0 commit comments