diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 8bbfca2..c8320fa 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -54,8 +54,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" @@ -68,7 +66,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 }}