From e45cb80dcd84f916606a65f15cecc75603c7687f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 13:14:37 +0000 Subject: [PATCH] Bump robertdebock/molecule-action from 4.0.8 to 4.0.9 Bumps [robertdebock/molecule-action](https://github.com/robertdebock/molecule-action) from 4.0.8 to 4.0.9. - [Release notes](https://github.com/robertdebock/molecule-action/releases) - [Commits](https://github.com/robertdebock/molecule-action/compare/4.0.8...4.0.9) --- updated-dependencies: - dependency-name: robertdebock/molecule-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2dae2da..556bc9c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -52,7 +52,7 @@ jobs: with: path: "${{ github.repository }}" - name: molecule - uses: robertdebock/molecule-action@4.0.8 + uses: robertdebock/molecule-action@4.0.9 env: MOLECULE_DISTRO: ${{ matrix.distro }} with: