mirror of https://github.com/MISP/PyTaxonomies
Merge pull request #11 from MISP/dependabot/github_actions/actions/setup-python-4
build(deps): bump actions/setup-python from 2 to 4pull/13/head
commit
e5f9c15b1a
|
@ -19,7 +19,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Set up Python ${{matrix.python-version}}
|
- name: Set up Python ${{matrix.python-version}}
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: ${{matrix.python-version}}
|
python-version: ${{matrix.python-version}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue