Skip to content

Commit

Permalink
Use new action.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-de-bock committed Sep 24, 2023
1 parent 9d4d1c4 commit fe3bfcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: parse apparmor for mysql
run: sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.mysqld
- name: molecule
uses: robertdebock/molecule-action@5.0.2
uses: robertdebock/molecule-action@robertdebock/molecule-action@6.0.0
with:
image: ${{ matrix.config.image }}
tag: ${{ matrix.config.tag }}
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
[tox]
minversion = 4.2.4
envlist = py{310}-ansible{6,7,8}
envlist = py{311}-ansible{6,7,8}

skipsdist = true

Expand Down

0 comments on commit fe3bfcb

Please sign in to comment.