diff --git a/README.md b/README.md index ab7d179..5180933 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ jobs: with: path: "${{ github.repository }}" - name: molecule - uses: robertdebock/molecule-action@5.0.1 + uses: robertdebock/molecule-action@5.0.2 ``` NOTE: the `checkout` action needs to place the file in `${{ github.repository }}` in order for Molecule to find your role. @@ -99,7 +99,7 @@ jobs: with: path: "${{ github.repository }}" - name: molecule - uses: robertdebock/molecule-action@5.0.1 + uses: robertdebock/molecule-action@5.0.2 with: command: lint test: @@ -122,7 +122,7 @@ jobs: with: path: "${{ github.repository }}" - name: molecule - uses: robertdebock/molecule-action@5.0.1 + uses: robertdebock/molecule-action@5.0.2 with: image: "${{ matrix.image }}" options: parallel @@ -136,7 +136,7 @@ You can enable Molecule debugging by using this pattern: ```yaml # Stuff omitted. - name: molecule - uses: robertdebock/molecule-action@5.0.1 + uses: robertdebock/molecule-action@5.0.2 with: image: ${{ matrix.config.image }} tag: ${{ matrix.config.tag }} diff --git a/action.yml b/action.yml index df1681d..a2f073f 100644 --- a/action.yml +++ b/action.yml @@ -30,7 +30,7 @@ inputs: runs: using: docker - image: 'docker://robertdebock/github-action-molecule:5.0.1' + image: 'docker://robertdebock/github-action-molecule:5.0.2' env: ANSIBLE_ROLES_PATH: "../" ANSIBLE_ASYNC_DIR: "/tmp/.ansible_async"