Skip to content

Commit ef43f1a

Browse files
Bump actions/setup-python from 2.3.2 to 3.0.0 (#168)
1 parent 428dffd commit ef43f1a

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
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/[email protected]
1414

1515
- name: Set up Python 3
16-
uses: actions/setup-python@v2.3.2
16+
uses: actions/setup-python@v3.0.0
1717
with:
1818
python-version: 3.x
1919

.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@v2.3.2
34+
uses: actions/setup-python@v3.0.0
3535
with:
3636
python-version: 3.x
3737

0 commit comments

Comments
 (0)