From 3a68947517c4185dfbcbfdff961c85d8b1e944a5 Mon Sep 17 00:00:00 2001 From: Michael Buluma Date: Sun, 17 Dec 2023 14:54:13 +0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 44ddc8c..3ae2879 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ jobs: with: path: "${{ github.repository }}" - name: molecule - uses: buluma/molecule-action@v5.0.9 + uses: buluma/molecule-action@v6.0.0 ``` 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: buluma/molecule-action@v5.0.9 + uses: buluma/molecule-action@v6.0.0 with: command: lint test: @@ -122,7 +122,7 @@ jobs: with: path: "${{ github.repository }}" - name: molecule - uses: buluma/molecule-action@v5.0.9 + uses: buluma/molecule-action@v6.0.0 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: buluma/molecule-action@v5.0.9 + uses: buluma/molecule-action@v6.0.0 with: image: ${{ matrix.config.image }} tag: ${{ matrix.config.tag }}