Skip to content

Commit 16d3cb7

Browse files
Bump actions/setup-python from 2.2.2 to 2.3.1 (#470)
1 parent 42f5a19 commit 16d3cb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/galaxy.yml

+1-1
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.2.2
16+
uses: actions/setup-python@v2.3.1
1717
with:
1818
python-version: 3.x
1919

.github/workflows/molecule.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

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

0 commit comments

Comments
 (0)