diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index a61a973..e894b65 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -66,7 +66,7 @@ jobs: ansible-galaxy collection install --collections-path /usr/share/ansible/collections community.docker ansible-galaxy collection list - name: molecule - uses: robertdebock/molecule-action@6.0.0 + uses: robertdebock/molecule-action@6.0.1 with: image: ${{ matrix.config.image }} tag: ${{ matrix.config.tag }}