Bump actions/setup-python from 2.3.2 to 3 (#493)
This commit is contained in:
parent
16eefff9cd
commit
952afa901f
2
.github/workflows/galaxy.yml
vendored
2
.github/workflows/galaxy.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
uses: actions/checkout@v2.4.0
|
||||
|
||||
- name: Set up Python 3
|
||||
uses: actions/setup-python@v2.3.2
|
||||
uses: actions/setup-python@v3
|
||||
with:
|
||||
python-version: 3.x
|
||||
|
||||
|
2
.github/workflows/molecule.yml
vendored
2
.github/workflows/molecule.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
||||
|
||||
- name: Set up Python 3
|
||||
if: "!(contains(matrix.scenario, 'plus') && github.event.pull_request.head.repo.full_name != github.repository)"
|
||||
uses: actions/setup-python@v2.3.2
|
||||
uses: actions/setup-python@v3
|
||||
with:
|
||||
python-version: 3.x
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user