Skip to content

Commit fb9cffb

Browse files
committed
Simplify GH actions Python version
1 parent bd43720 commit fb9cffb

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
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Set up Python 3
3333
if: github.event.pull_request.head.repo.full_name == github.repository
34-
uses: actions/setup-python@v3.0.0
34+
uses: actions/setup-python@v3
3535
with:
3636
python-version: 3.x
3737

0 commit comments

Comments
 (0)