Merge pull request #842 from Lookyloo/dependabot/github_actions/actions/setup-python-5

build(deps): bump actions/setup-python from 4 to 5
pull/843/head
Raphaël Vinot 2023-12-07 11:39:57 +01:00 committed by GitHub
commit 8f75c51415
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ jobs:
run: pipx install poetry
- name: Set up Python ${{matrix.python-version}}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{matrix.python-version}}
cache: 'poetry'

View File

@ -22,7 +22,7 @@ jobs:
run: pipx install poetry
- name: Set up Python ${{matrix.python-version}}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{matrix.python-version}}
cache: 'poetry'