From b49433fff27d1a52021d0bc662dff3b1d7b20ba0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 01:02:40 +0000 Subject: [PATCH] Bump buluma/molecule-action from 6.0.0 to 6.0.1 Bumps [buluma/molecule-action](https://github.com/buluma/molecule-action) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/buluma/molecule-action/releases) - [Commits](https://github.com/buluma/molecule-action/compare/v6.0.0...v6.0.1) --- updated-dependencies: - dependency-name: buluma/molecule-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/molecule.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 0ef739e..673da7d 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -63,7 +63,7 @@ jobs: with: path: "${{ github.repository }}" - name: Running Molecule Test - uses: buluma/molecule-action@v6.0.0 + uses: buluma/molecule-action@v6.0.1 with: image: ${{ matrix.config.image }} tag: ${{ matrix.config.tag }}