Skip to content

Commit 3b2d982

Browse files
Bump actions/setup-python from 2.3.1 to 2.3.2 (#482)
1 parent a4afcec commit 3b2d982

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/checkout@v2.4.0
1414

1515
- name: Set up Python 3
16-
uses: actions/setup-python@v2.3.1
16+
uses: actions/setup-python@v2.3.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
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Set up Python 3
3636
if: "!(contains(matrix.scenario, 'plus') && github.event.pull_request.head.repo.full_name != github.repository)"
37-
uses: actions/setup-python@v2.3.1
37+
uses: actions/setup-python@v2.3.2
3838
with:
3939
python-version: 3.x
4040

0 commit comments

Comments
 (0)