Skip to content

Commit

Permalink
chore: Updated github actions to setup-python@5
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidmt committed Feb 12, 2024
1 parent 2b56cc7 commit 310b1d0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/python-build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: 'pip'
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
target: [x86_64]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: |
3.8
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
target: [x64]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: |
3.8
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
target: [x86_64, aarch64]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: |
3.8
Expand Down Expand Up @@ -228,7 +228,7 @@ jobs:
name: wheels
path: dist

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'

Expand Down

0 comments on commit 310b1d0

Please sign in to comment.