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 952afa9 commit bc7dfadCopy full SHA for bc7dfad
.github/workflows/galaxy.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-20.04
11
steps:
12
- name: Check out the codebase
13
- uses: actions/checkout@v2.4.0
+ uses: actions/checkout@v3
14
15
- name: Set up Python 3
16
uses: actions/setup-python@v3
.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