From 6c30165fd5551f76dcc2983a149f65f19f65033a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 10:07:05 +0000 Subject: [PATCH] Bump robertdebock/molecule-action from 2.7.2 to 4.0.7 Bumps [robertdebock/molecule-action](https://github.com/robertdebock/molecule-action) from 2.7.2 to 4.0.7. - [Release notes](https://github.com/robertdebock/molecule-action/releases) - [Commits](https://github.com/robertdebock/molecule-action/compare/2.7.2...4.0.7) --- updated-dependencies: - dependency-name: robertdebock/molecule-action dependency-type: direct:production update-type: version-update:semver-major ... 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 9b74fee..eab0d4a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -51,7 +51,7 @@ jobs: with: path: "${{ github.repository }}" - name: molecule - uses: robertdebock/molecule-action@2.7.2 + uses: robertdebock/molecule-action@4.0.7 env: MOLECULE_DISTRO: ${{ matrix.distro }} with: