Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt committed Mar 15, 2022
1 parent 36ce9aa commit 34c3233
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ This action allows you to run `ansible-lint` with no additional options.
The following versions are available in the main branch:

```
ansible version: 5.4.0
ansible version: 5.5.0
ansible-lint version: 5.4.0
```

The following versions are available in the releases:

| Version | ansible-lint | ansible |
|---------|--------------|---------|
| v1.2.0 | 5.4.0 | 5.5.0 |
| v1.1.0 | 5.4.0 | 5.4.0 |
| v1.0.0 | 5.3.2 | 5.2.0 |

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ansible-lint==5.4.0
ansible==5.4.0
ansible==5.5.0

0 comments on commit 34c3233

Please sign in to comment.