Skip to content

Commit

Permalink
Merge pull request #686 from adfinis/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-python-5

build(deps): bump actions/setup-python from 4 to 5
  • Loading branch information
Yelinz authored Dec 12, 2023
2 parents 450ad56 + 0b09251 commit db2b527
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run: pipx install poetry

- name: Setup python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.8"
cache: "poetry"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install poetry
run: pipx install poetry
- name: Setup python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.8"
cache: "poetry"
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
- name: Install poetry
run: pipx install poetry
- name: Setup python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.version }}
cache: "poetry"
Expand Down

0 comments on commit db2b527

Please sign in to comment.