diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6ade86bb..a7387a9c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: - python-version: "3.9" - python-version: "3.8" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true fetch-depth: 2 @@ -81,6 +81,10 @@ jobs: runs-on: ubuntu-latest needs: codecov-startup steps: + - uses: actions/checkout@v4 + with: + submodules: true + fetch-depth: 2 - uses: actions/setup-python@v3 - name: Install CLI run: | @@ -97,7 +101,7 @@ jobs: runs-on: ubuntu-latest needs: static-analysis steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true fetch-depth: 0