Skip to content

Commit 6f2a82f

Browse files
committed
Bump v0.5.1
1 parent 0a176f6 commit 6f2a82f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Add the following to your GitHub action workflow to use Crystal Ameba Linter:
1010

1111
``` yaml
1212
- name: Crystal Ameba Linter
13-
uses: crystal-ameba/github-action@v0.5.0
13+
uses: crystal-ameba/github-action@v0.5.1
1414
env:
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1616
```
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/checkout@v1
3535
- name: Crystal Ameba Linter
3636
id: crystal-ameba
37-
uses: crystal-ameba/github-action@v0.5.0
37+
uses: crystal-ameba/github-action@v0.5.1
3838
env:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
- name: Install dependencies
@@ -47,7 +47,7 @@ jobs:
4747
4848
| Ameba version | GitHub Action version |
4949
|---------------|-----------------------|
50-
| v1.2.0 | v0.5.0 |
50+
| v1.2.0 | v0.5.1 |
5151
| v1.1.0 | v0.4.0 |
5252
| v1.0.1 | v0.3.1 |
5353
| v1.0.0 | v0.3.0 |

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: ameba-github_action
2-
version: 0.5.0
2+
version: 0.5.1
33

44
authors:
55
- Vitalii Elenhaupt <velenhaupt@gmail.com>

0 commit comments

Comments
 (0)