Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
paulyhedral committed Oct 6, 2024
1 parent 7f45d13 commit c81b86a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# - { name: Mac, python: "3.11", os: macos-latest, tox: py311 }
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
- name: update-pip
Expand All @@ -61,7 +61,7 @@ jobs:
concurrency: docs
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: install-deps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# - { name: Mac, python: "3.11", os: macos-latest, tox: py311 }
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
- name: update-pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-update-reqs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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.11"
- name: update-reqs
Expand Down

0 comments on commit c81b86a

Please sign in to comment.