Skip to content

Commit

Permalink
Bump setup-python to v5, setup-qemu-action to v3 (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
mplough-kobold committed Sep 12, 2024
1 parent d44352e commit b3c9171
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:

- name: Set up QEMU
if: matrix.config.python-arch == 'aarch64'
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v3

- name: Build wheels (Linux)
if: matrix.config.os-name == 'linux'
Expand All @@ -188,7 +188,7 @@ jobs:

- name: Setup Python (Windows)
if: matrix.config.os-name == 'windows'
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.config.python-version }}

Expand Down Expand Up @@ -353,7 +353,7 @@ jobs:

- name: Set up QEMU
if: matrix.config.python-arch == 'aarch64'
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v3

- name: Test wheel (Linux)
if: matrix.config.os-name == 'linux'
Expand All @@ -364,7 +364,7 @@ jobs:

- name: Setup Python (Windows)
if: matrix.config.os-name == 'windows'
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.config.python-version }}

Expand All @@ -378,7 +378,7 @@ jobs:

- name: Setup Python (macOS)
if: matrix.config.os-name == 'mac'
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.config.python-version }}

Expand All @@ -398,7 +398,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: '3.9'

Expand Down Expand Up @@ -438,7 +438,7 @@ jobs:
path: dist

- name: Setup Python
uses: actions/setup-python@v1
uses: actions/setup-python@v5

- name: Upload wheels to PyPI
run: |
Expand Down

0 comments on commit b3c9171

Please sign in to comment.