Skip to content

Commit 66233a6

Browse files
Bump actions/setup-python from 2 to 2.2.2 (#91)
1 parent f5456f3 commit 66233a6

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
16+
uses: actions/setup-python@v2.2.2
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
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Set up Python 3
3030
if: github.event.pull_request.head.repo.full_name == github.repository
31-
uses: actions/setup-python@v2
31+
uses: actions/setup-python@v2.2.2
3232
with:
3333
python-version: 3.x
3434

0 commit comments

Comments
 (0)