From 31cfb3e19deedfd654bcfa4f1d8e8e9687ed880d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Oct 2021 09:10:20 +0000 Subject: [PATCH] Bump robertdebock/molecule-action from 2.6.16 to 2.7.1 Bumps [robertdebock/molecule-action](https://github.com/robertdebock/molecule-action) from 2.6.16 to 2.7.1. - [Release notes](https://github.com/robertdebock/molecule-action/releases) - [Commits](https://github.com/robertdebock/molecule-action/compare/2.6.16...2.7.1) --- updated-dependencies: - dependency-name: robertdebock/molecule-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 7036424..088c398 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.6.16 + uses: robertdebock/molecule-action@2.7.1 env: MOLECULE_DISTRO: ${{ matrix.distro }} with: