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 0ca405f + ec516cd commit e3ed461Copy full SHA for e3ed461
2 files changed
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
steps:
32
33
- name: Git checkout
34
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
35
with:
36
fetch-depth: 0
37
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
name: Scala v${{ matrix.scala }} / Java v${{ matrix.java }} / Node v${{ matrix.node }}
21
22
23
24
25
26
@@ -39,7 +39,7 @@ jobs:
39
needs: ci
40
runs-on: ubuntu-latest
41
42
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
43
44
45
0 commit comments