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