Skip to content

Commit

Permalink
chore: update actions/setup-python action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2023
1 parent 48e7253 commit 693d532
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: abatilo/[email protected]
with:
poetry-version: 1.1.13
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'poetry'
Expand All @@ -23,7 +23,7 @@ jobs:
- uses: abatilo/[email protected]
with:
poetry-version: 1.1.13
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'poetry'
Expand All @@ -37,7 +37,7 @@ jobs:
- uses: abatilo/[email protected]
with:
poetry-version: 1.1.13
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'poetry'
Expand All @@ -51,7 +51,7 @@ jobs:
- uses: abatilo/[email protected]
with:
poetry-version: 1.1.13
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'poetry'
Expand Down

0 comments on commit 693d532

Please sign in to comment.