Regenerate CI and docs.

This commit is contained in:
Robert de Bock 2021-10-13 11:47:47 +02:00
parent 29c7861c1e
commit b01c72ceaf
2 changed files with 3 additions and 3 deletions

View file

@ -22,7 +22,7 @@ jobs:
with:
path: "${{ github.repository }}"
- name: molecule
uses: robertdebock/molecule-action@2.7.0
uses: robertdebock/molecule-action@2.7.2
with:
command: lint
test:
@ -63,7 +63,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.0
uses: robertdebock/molecule-action@2.7.2
with:
image: ${{ matrix.config.image }}
tag: ${{ matrix.config.tag }}

View file

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