Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
Bump robertdebock/molecule-action from 5.0.2 to 6.0.0 (#33)
Browse files Browse the repository at this point in the history
* Bump robertdebock/molecule-action from 5.0.2 to 5.0.3

Bumps [robertdebock/molecule-action](https://github.com/robertdebock/molecule-action) from 5.0.2 to 5.0.3.
- [Release notes](https://github.com/robertdebock/molecule-action/releases)
- [Commits](robertdebock/molecule-action@5.0.2...5.0.3)

---
updated-dependencies:
- dependency-name: robertdebock/molecule-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Use the right module

See https://dailystuff.nl/blog/2023/switch-to-molecule-plugins

* Try moving to higher version

* Test with ubuntu latest

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Enol Fernández <enol.fernandez@egi.eu>
  • Loading branch information
dependabot[bot] and enolfc authored Oct 24, 2023
1 parent 71bde01 commit 478fa7c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ jobs:
path: "${{ github.repository }}"

- name: Test
uses: robertdebock/molecule-action@5.0.2
uses: robertdebock/molecule-action@6.0.0
with:
image: "ubuntu"
tag: "latest"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
molecule
molecule-docker
molecule-plugins[docker]
pytest-testinfra
ansible-lint

0 comments on commit 478fa7c

Please sign in to comment.