We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42f5a19 commit 16d3cb7Copy full SHA for 16d3cb7
.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.2.2
+ uses: actions/setup-python@v2.3.1
17
with:
18
python-version: 3.x
19
.github/workflows/molecule.yml
@@ -30,7 +30,7 @@ jobs:
30
31
32
if: "!(contains(matrix.scenario, 'plus') && github.event.pull_request.head.repo.full_name != github.repository)"
33
34
35
36
0 commit comments