Skip to content

Commit

Permalink
Update pre-commit to actions/python@v5.0.0 (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins authored Jan 26, 2024
1 parent ebebc90 commit 44ab7d8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,10 @@ jobs:
github.event.ref == 'refs/heads/master')
steps:
- name: Set up Python 3.8
uses: actions/setup-python@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: 3.11

- name: Install Poetry
uses: abatilo/actions-poetry@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- uses: actions/setup-python@v3
- uses: actions/setup-python@v5.0.0
with:
python-version: 3.8
python-version: 3.11
- uses: pre-commit/action@v3.0.0
1 change: 1 addition & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ History

X.Y.Z (YYYY-MM-DD)
------------------
* Update pre-commit to actions/python@v5.0.0 (:pr:`308`)
* Update readthedocs python version to 3.9 and poetry to 1.7.1 (:pr:`303`)
* Re-enable exceptions in multiprocessing test case (:pr:`302`)
* Fix auto-formatted f-strings (:pr:`301`)
Expand Down

0 comments on commit 44ab7d8

Please sign in to comment.