From 9b4fcdb5e2af6e103f6b2c7a329b728721bf7c0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 23:39:17 +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 e68acbb..98f8c4f 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -70,7 +70,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 }}