Skip to content

Commit

Permalink
Update molecule to 4.0.4 in action.yml (#7)
Browse files Browse the repository at this point in the history
* Update action.yml
  • Loading branch information
alvarocabanas authored May 5, 2023
1 parent 31ad270 commit 9b912fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ runs:
shell: bash
run: |
sudo pipx uninstall ansible-core
sudo pip3 install molecule[docker]==3.6.0
sudo pip3 install molecule[docker]==4.0.4
sudo pip3 install 'rich>=10.0.0,<11.0.0'
sudo pip3 install ansible-lint[community]==5.3.2
- name: Prepare OS versions
Expand Down

0 comments on commit 9b912fe

Please sign in to comment.