Update container and action.

This commit is contained in:
Robert de Bock 2022-01-21 14:37:48 +01:00
parent 86179ca2d7
commit 8070ced90d
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
--- ---
image: "robertdebock/github-action-molecule:3.3.1" image: "robertdebock/github-action-molecule:4.0.0"
services: services:
- docker:dind - docker:dind

View File

@ -21,7 +21,7 @@ jobs:
path: {% raw %}"${{ github.repository }}"{% endraw %} path: {% raw %}"${{ github.repository }}"{% endraw %}
- name: molecule - name: molecule
uses: robertdebock/molecule-action@2.7.2 uses: robertdebock/molecule-action@3.0.0
with: with:
command: lint command: lint
test: test:
@ -51,7 +51,7 @@ jobs:
- name: parse apparmor for mysql - name: parse apparmor for mysql
run: sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.mysqld run: sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.mysqld
- name: molecule - name: molecule
uses: robertdebock/molecule-action@2.7.2 uses: robertdebock/molecule-action@3.0.0
with: with:
image: {% raw %}${{ matrix.config.image }}{% endraw %} image: {% raw %}${{ matrix.config.image }}{% endraw %}