Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sija authored Oct 9, 2024
1 parent 2c814a0 commit 1cb34e9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Add the following to your GitHub action workflow to use Crystal Ameba Linter:

``` yaml
- name: Crystal Ameba Linter
uses: crystal-ameba/github-action@v0.9.0
uses: crystal-ameba/github-action@v0.10.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
Expand All @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v4

- name: Crystal Ameba Linter
uses: crystal-ameba/github-action@v0.9.0
uses: crystal-ameba/github-action@v0.10.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -47,6 +47,7 @@ jobs:
| Ameba version | GitHub Action version |
|---------------|-----------------------|
| ~> v1.6.2 | v0.10.0 |
| ~> v1.6.1 | v0.9.0 |
| ~> v1.5.0 | v0.8.0 |
| ~> v1.4.0 | v0.7.1 |
Expand All @@ -73,3 +74,4 @@ jobs:
## Contributors

- [Vitalii Elenhaupt](https://github.com/veelenga) - creator and maintainer
- [Sijawusz Pur Rahnama](https://github.com/Sija) - contributor and maintainer

0 comments on commit 1cb34e9

Please sign in to comment.