We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a396295 commit a91ca86Copy full SHA for a91ca86
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
runs-on: ${{matrix.os}}
30
31
steps:
32
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
33
with:
34
submodules: true
35
.github/workflows/docker.yaml
@@ -15,7 +15,7 @@ jobs:
15
tests:
16
runs-on: ubuntu-latest
17
18
19
20
21
0 commit comments