Skip to content

Commit

Permalink
new container 5.0.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
buluma committed May 26, 2023
1 parent 9aab4d5 commit ef020f3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-added-large-files

- repo: https://github.com/adrienverge/yamllint
rev: v1.26.3
rev: v1.32.0
hooks:
- id: yamllint
args: [-c=.yamllint]
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
with:
path: "${{ github.repository }}"
- name: molecule
uses: buluma/[email protected].6
uses: buluma/[email protected].7
```
NOTE: the `checkout` action needs to place the file in `${{ github.repository }}` in order for Molecule to find your role.
Expand All @@ -99,7 +99,7 @@ jobs:
with:
path: "${{ github.repository }}"
- name: molecule
uses: buluma/[email protected].6
uses: buluma/[email protected].7
with:
command: lint
test:
Expand All @@ -122,7 +122,7 @@ jobs:
with:
path: "${{ github.repository }}"
- name: molecule
uses: buluma/[email protected].6
uses: buluma/[email protected].7
with:
image: "${{ matrix.image }}"
options: parallel
Expand All @@ -136,7 +136,7 @@ You can enable Molecule debugging by using this pattern:
```yaml
# Stuff omitted.
- name: molecule
uses: buluma/[email protected].6
uses: buluma/[email protected].7
with:
image: ${{ matrix.config.image }}
tag: ${{ matrix.config.tag }}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ inputs:

runs:
using: docker
image: 'docker://buluma/github-action-molecule:5.0.4'
image: 'docker://buluma/github-action-molecule:5.0.7'
env:
ANSIBLE_ROLES_PATH: "../"
ANSIBLE_ASYNC_DIR: "/tmp/.ansible_async"
Expand Down

0 comments on commit ef020f3

Please sign in to comment.