Skip to content

Commit aefc1a5

Browse files
Bump actions/setup-python from 3 to 4 (#520)
1 parent 2faf52b commit aefc1a5

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
17+
uses: actions/setup-python@v4
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
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Set up Python 3
3737
if: "!(contains(matrix.scenario, 'plus') && github.event.pull_request.head.repo.full_name != github.repository)"
38-
uses: actions/setup-python@v3
38+
uses: actions/setup-python@v4
3939
with:
4040
python-version: 3.x
4141

0 commit comments

Comments
 (0)