diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 27c20f3..b57f89b 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -70,8 +70,6 @@ jobs: tag: "ubuntu_latest" - image: "docker-molecule-images" tag: "focal" - - image: "docker-molecule-images" - tag: "bionic" - image: "docker-molecule-images" tag: "jammy" - image: "docker-molecule-images" @@ -84,7 +82,7 @@ jobs: with: path: "${{ github.repository }}" - name: Running Molecule Test - uses: buluma/molecule-action@v24.2.0 + uses: buluma/molecule-action@v24.6.17 with: image: ${{ matrix.config.image }} tag: ${{ matrix.config.tag }}