From 8070ced90d55b678377395f15db6cc8dab4767de Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Fri, 21 Jan 2022 14:37:48 +0100 Subject: [PATCH] Update container and action. --- templates/gitlab-ci.yml.j2 | 2 +- templates/molecule-action.yml.j2 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/gitlab-ci.yml.j2 b/templates/gitlab-ci.yml.j2 index d446dd7..4f35462 100644 --- a/templates/gitlab-ci.yml.j2 +++ b/templates/gitlab-ci.yml.j2 @@ -1,5 +1,5 @@ --- -image: "robertdebock/github-action-molecule:3.3.1" +image: "robertdebock/github-action-molecule:4.0.0" services: - docker:dind diff --git a/templates/molecule-action.yml.j2 b/templates/molecule-action.yml.j2 index 5353496..5997884 100644 --- a/templates/molecule-action.yml.j2 +++ b/templates/molecule-action.yml.j2 @@ -21,7 +21,7 @@ jobs: path: {% raw %}"${{ github.repository }}"{% endraw %} - name: molecule - uses: robertdebock/molecule-action@2.7.2 + uses: robertdebock/molecule-action@3.0.0 with: command: lint test: @@ -51,7 +51,7 @@ jobs: - name: parse apparmor for mysql run: sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.mysqld - name: molecule - uses: robertdebock/molecule-action@2.7.2 + uses: robertdebock/molecule-action@3.0.0 with: image: {% raw %}${{ matrix.config.image }}{% endraw %}