mirror of https://github.com/CIRCL/lookyloo
Merge pull request #842 from Lookyloo/dependabot/github_actions/actions/setup-python-5
build(deps): bump actions/setup-python from 4 to 5pull/843/head
commit
8f75c51415
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue