From 83c1b6f4063a63daa3b5810d5670ed7b75af6fa0 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Wed, 29 Jun 2022 12:56:08 +0200 Subject: [PATCH] Use new container, with updated components. --- README.md | 8 ++++---- action.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 62137fc..e2fb944 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ jobs: with: path: "${{ github.repository }}" - name: molecule - uses: robertdebock/molecule-action@4.0.8 + uses: robertdebock/molecule-action@4.0.9 ``` 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@4.0.8 + uses: robertdebock/molecule-action@4.0.9 with: command: lint test: @@ -122,7 +122,7 @@ jobs: with: path: "${{ github.repository }}" - name: molecule - uses: robertdebock/molecule-action@4.0.8 + uses: robertdebock/molecule-action@4.0.9 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@4.0.8 + uses: robertdebock/molecule-action@4.0.9 with: image: ${{ matrix.config.image }} tag: ${{ matrix.config.tag }} diff --git a/action.yml b/action.yml index d29009c..3e121f3 100644 --- a/action.yml +++ b/action.yml @@ -30,7 +30,7 @@ inputs: runs: using: docker - image: 'docker://robertdebock/github-action-molecule:4.0.7' + image: 'docker://robertdebock/github-action-molecule:4.0.8' env: ANSIBLE_ROLES_PATH: "../" ANSIBLE_ASYNC_DIR: "/tmp/.ansible_async"