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 d03ff31 commit e8596ddCopy full SHA for e8596dd
.github/workflows/lint.yml
@@ -16,7 +16,7 @@ jobs:
16
fail-fast: true
17
steps:
18
- name: checkout
19
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
20
with:
21
path: "${{ github.repository }}"
22
- name: Molecule for Ansible - lint
.github/workflows/main.yml
@@ -33,7 +33,7 @@ jobs:
33
tag: "latest"
34
35
36
37
38
39
- name: Molecule for Ansible - GHR Repository
@@ -53,7 +53,7 @@ jobs:
53
fail-fast: false
54
55
56
57
58
59
- name: Molecule for Ansible - GHR Organization
0 commit comments