diff --git a/.cz.yaml b/.cz.yaml index 77e025f..d822297 100644 --- a/.cz.yaml +++ b/.cz.yaml @@ -1,3 +1,4 @@ +--- commitizen: name: cz_conventional_commits style: @@ -21,4 +22,4 @@ commitizen: - '' - - disabled - fg:#858585 italic - version: 0.1.2 + version: 0.1.3 diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index b14d27a..2d2a39f 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -19,9 +19,9 @@ jobs: runs-on: ubuntu-20.04 steps: - name: checkout - uses: actions/checkout@v3 - - name: ansible-lint - uses: ansible-community/ansible-lint-action@v6 + uses: actions/checkout@v4 + - name: Run ansible-lint + uses: ansible/ansible-lint@v6 test: needs: - lint