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 428dffd commit ef43f1aCopy full SHA for ef43f1a
.github/workflows/galaxy.yml
@@ -13,7 +13,7 @@ jobs:
13
uses: actions/[email protected]
14
15
- name: Set up Python 3
16
- uses: actions/setup-python@v2.3.2
+ uses: actions/setup-python@v3.0.0
17
with:
18
python-version: 3.x
19
.github/workflows/molecule.yml
@@ -31,7 +31,7 @@ jobs:
31
32
33
if: github.event.pull_request.head.repo.full_name == github.repository
34
35
36
37
0 commit comments