diff --git a/templates/ansible.yml.j2 b/templates/ansible.yml.j2 index 5319303..a63125d 100644 --- a/templates/ansible.yml.j2 +++ b/templates/ansible.yml.j2 @@ -15,7 +15,7 @@ jobs: - name: checkout uses: actions/checkout@v2 - name: molecule - uses: robertdebock/molecule-action@1.1.1 + uses: robertdebock/molecule-action@1.1.3 with: image: {% raw %}${{ matrix.image }}{% endraw %} @@ -112,7 +112,7 @@ jobs: path: {% raw %}"${{ github.repository }}"{% endraw %} - name: molecule - uses: robertdebock/molecule-action@1.1.1 + uses: robertdebock/molecule-action@1.1.3 with: image: {% raw %}${{ matrix.image }}{% endraw %} diff --git a/templates/galaxy.yml.j2 b/templates/galaxy.yml.j2 index 2372228..3a92d7b 100644 --- a/templates/galaxy.yml.j2 +++ b/templates/galaxy.yml.j2 @@ -13,6 +13,6 @@ jobs: runs-on: ubuntu-latest steps: - name: galaxy - uses: robertdebock/galaxy-action@1.0.0 + uses: robertdebock/galaxy-action@1.0.1 with: galaxy_api_key: {% raw %}${{ secrets.galaxy_api_key }}{% endraw %}