Merge pull request #86 from antmicro/update-python-version-gh-action
gh-actions: use actions/setup-python@v2
This commit is contained in:
commit
309e53e076
|
@ -53,7 +53,7 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
|
||||
- name: Set Up Python
|
||||
uses: actions/setup-python@v1
|
||||
uses: actions/setup-python@v2
|
||||
|
||||
- name: Install Prerequisites
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue