Skip to content

Commit

Permalink
v6.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
buluma committed Jan 19, 2024
1 parent 75c428e commit 6e150d0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ jobs:
yamllint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: yamllint
uses: ibiqlik/[email protected]
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].1
uses: buluma/[email protected].3
```
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].1
uses: buluma/[email protected].3
with:
command: lint
test:
Expand All @@ -122,7 +122,7 @@ jobs:
with:
path: "${{ github.repository }}"
- name: molecule
uses: buluma/[email protected].1
uses: buluma/[email protected].3
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].1
uses: buluma/[email protected].3
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:v6.0.1'
image: 'docker://buluma/github-action-molecule:v6.0.3'
env:
ANSIBLE_ROLES_PATH: "../"
ANSIBLE_ASYNC_DIR: "/tmp/.ansible_async"
Expand Down

0 comments on commit 6e150d0

Please sign in to comment.