Skip to content

Commit

Permalink
Merge branch 'master' into update-calver-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins authored Jan 29, 2024
2 parents 47dfffe + 44ab7d8 commit d213d37
Show file tree
Hide file tree
Showing 2 changed files with 5 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

0 comments on commit d213d37

Please sign in to comment.