Skip to content

Commit

Permalink
Merge pull request #4 from h1alexbel/renovate/actions-setup-python-5.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/setup-python action to v5
  • Loading branch information
h1alexbel committed Jul 8, 2024
2 parents 8e7c3b2 + 48ab7cb commit a3f12a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/poetry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Run image
Expand All @@ -59,7 +59,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Run image
Expand Down

0 comments on commit a3f12a6

Please sign in to comment.