Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
trent-codecov committed Oct 6, 2023
1 parent 371694a commit 5bc4d7a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: |
Expand All @@ -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
Expand Down

0 comments on commit 5bc4d7a

Please sign in to comment.