We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4afcec commit 3b2d982Copy full SHA for 3b2d982
.github/workflows/galaxy.yml
@@ -13,7 +13,7 @@ jobs:
13
uses: actions/checkout@v2.4.0
14
15
- name: Set up Python 3
16
- uses: actions/setup-python@v2.3.1
+ uses: actions/setup-python@v2.3.2
17
with:
18
python-version: 3.x
19
.github/workflows/molecule.yml
@@ -34,7 +34,7 @@ jobs:
34
35
36
if: "!(contains(matrix.scenario, 'plus') && github.event.pull_request.head.repo.full_name != github.repository)"
37
38
39
40
0 commit comments