Skip to content

Commit

Permalink
Merge branch 'main' into renovate/pypa-cibuildwheel-2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-hadley authored Dec 6, 2023
2 parents 7e5faf6 + cac1239 commit b58eaa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
fetch-depth: 0 # unshallow fetch for setuptools-scm

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
echo "Reason for triggering: ${{ github.event.inputs.reason }}"
- name: Set up Python 3.8
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.8

Expand Down

0 comments on commit b58eaa0

Please sign in to comment.