Skip to content

Commit

Permalink
github: update to actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed Oct 1, 2023
1 parent 0cf3477 commit 8886b59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ jobs:
- "3.10"
- "3.11"
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 8886b59

Please sign in to comment.