We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65e764e commit c200403Copy full SHA for c200403
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
- uses: actions/checkout@v4
29
with:
30
fetch-depth: 1
31
- - uses: smacke/submodule-checkout@v4
+ - uses: smacke/submodule-checkout@v3
32
if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version != '3.10'}}
33
34
ssh-key: '${{ secrets.TEST_DATA_SECRET }}'
0 commit comments