Skip to content

Commit

Permalink
Bump v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
veelenga committed Oct 24, 2022
1 parent 0a176f6 commit 6f2a82f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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.5.0
uses: crystal-ameba/github-action@v0.5.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
Expand All @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v1
- name: Crystal Ameba Linter
id: crystal-ameba
uses: crystal-ameba/github-action@v0.5.0
uses: crystal-ameba/github-action@v0.5.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install dependencies
Expand All @@ -47,7 +47,7 @@ jobs:

| Ameba version | GitHub Action version |
|---------------|-----------------------|
| v1.2.0 | v0.5.0 |
| v1.2.0 | v0.5.1 |
| v1.1.0 | v0.4.0 |
| v1.0.1 | v0.3.1 |
| v1.0.0 | v0.3.0 |
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: ameba-github_action
version: 0.5.0
version: 0.5.1

authors:
- Vitalii Elenhaupt <velenhaupt@gmail.com>
Expand Down

0 comments on commit 6f2a82f

Please sign in to comment.