Skip to content

Commit

Permalink
Use new action and container.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-de-bock committed Sep 25, 2023
1 parent fb6d522 commit bb92982
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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@6.0.0
with:
image: ${{ matrix.config.image }}
tag: ${{ matrix.config.tag }}
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
image: "robertdebock/github-action-molecule:5.0.2"
image: "robertdebock/github-action-molecule:6.0.0"

variables:
PY_COLORS: 1
Expand Down
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 = py3-ansible{6,7,8}

skipsdist = true

Expand Down

0 comments on commit bb92982

Please sign in to comment.