From b710a6081162bcfcf9e21b7ab376b3ab64ea506a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 04:06:15 +0000 Subject: [PATCH] Bump buluma/molecule-action from 5.0.7 to 5.0.8 Bumps [buluma/molecule-action](https://github.com/buluma/molecule-action) from 5.0.7 to 5.0.8. - [Release notes](https://github.com/buluma/molecule-action/releases) - [Commits](https://github.com/buluma/molecule-action/compare/v5.0.7...v5.0.8) --- 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 3353eb7..72d92ad 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -80,7 +80,7 @@ jobs: - name: parse apparmor for mysql run: sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.mysqld - name: molecule - uses: buluma/molecule-action@v5.0.7 + uses: buluma/molecule-action@v5.0.8 with: image: ${{ matrix.config.image }} tag: ${{ matrix.config.tag }}