Skip to content

Commit

Permalink
Merge pull request #46 from mammo0/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-python-5

Bump actions/setup-python from 4 to 5
  • Loading branch information
mammo0 authored Jan 1, 2024
2 parents 6c53847 + 3c51393 commit 9c433bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
# setup python environment
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Set up Poetry
Expand All @@ -46,7 +46,7 @@ jobs:
fetch-depth: 0
# setup python environment
- name: Set up Python 3.7
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.7"
- name: Set up Poetry
Expand Down

0 comments on commit 9c433bc

Please sign in to comment.