mirror of https://github.com/MISP/PyMISP
Merge pull request #1113 from MISP/dependabot/github_actions/actions/setup-python-5
build(deps): bump actions/setup-python from 4 to 5pull/1114/head
commit
58a94ed99b
|
@ -22,7 +22,7 @@ jobs:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: Set up Python ${{matrix.python-version}}
|
- name: Set up Python ${{matrix.python-version}}
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: ${{matrix.python-version}}
|
python-version: ${{matrix.python-version}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue