Skip to content

Commit 9be8adc

Browse files
committed
Simplify GH actions Python version
1 parent 047622c commit 9be8adc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v3
1515

1616
- name: Set up Python 3
17-
uses: actions/setup-python@v3.0.0
17+
uses: actions/setup-python@v3
1818
with:
1919
python-version: 3.x
2020

.github/workflows/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Set up Python 3
3232
if: "!(contains(matrix.scenario, 'plus') && github.event.pull_request.head.repo.full_name != github.repository)"
33-
uses: actions/setup-python@v3.0.0
33+
uses: actions/setup-python@v3
3434
with:
3535
python-version: 3.x
3636

0 commit comments

Comments
 (0)