Skip to content

Commit

Permalink
Downgrade checkout action (?)
Browse files Browse the repository at this point in the history
  • Loading branch information
earwig committed Sep 5, 2023
1 parent af83306 commit 258aac9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
- name: Build manylinux2014 x86-64 wheels
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
- '3.10'
- '3.11'
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version:
python-version:
- '3.7'
- '3.8'
- '3.9'
- '3.10'
- '3.11'
with-extension: ['0', '1']
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 258aac9

Please sign in to comment.