Skip to content

Commit

Permalink
Use python setup 5
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Apr 7, 2024
1 parent 376702a commit f70a35d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4

- name: Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.9

Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
name: Checkout

- name: Python ${{ matrix.config.python }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.config.python }}

Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.9
- name: Build source package
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
arch: AMD64
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.9
- name: Set up QEMU
Expand Down

0 comments on commit f70a35d

Please sign in to comment.