Skip to content

Commit

Permalink
Fix 'checkout' action
Browse files Browse the repository at this point in the history
  • Loading branch information
keeprocking committed Jul 9, 2024
1 parent 52c166b commit 50bf530
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ jobs:
- '3.11'
- '3.12'
steps:
- name: checkout
uses: checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
- uses: actions/checkout@v3
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: bootstrap
Expand Down

0 comments on commit 50bf530

Please sign in to comment.