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 047622c commit 9be8adcCopy full SHA for 9be8adc
.github/workflows/galaxy.yml
@@ -14,7 +14,7 @@ jobs:
14
uses: actions/checkout@v3
15
16
- name: Set up Python 3
17
- uses: actions/setup-python@v3.0.0
+ uses: actions/setup-python@v3
18
with:
19
python-version: 3.x
20
.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