Skip to content

Commit

Permalink
Bump v0.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
veelenga committed Apr 18, 2021
1 parent c2e6537 commit d5fa904
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 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/[email protected].11
uses: crystal-ameba/[email protected].12
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/[email protected].11
uses: crystal-ameba/[email protected].12
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install dependencies
Expand All @@ -47,6 +47,7 @@ jobs:
| Ameba version | GitHub Action version |
| - | - |
| v0.14.3 | v0.2.12 |
| v0.14.2 | v0.2.11 |
| v0.14.1 | v0.2.9 |
| v0.13.4 | v0.2.8 |
Expand Down
2 changes: 1 addition & 1 deletion shard.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ version: 2.0
shards:
ameba:
git: https://github.com/crystal-ameba/ameba.git
version: 0.14.2
version: 0.14.3

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.2.11
version: 0.2.12

authors:
- Vitalii Elenhaupt <[email protected]>
Expand Down

0 comments on commit d5fa904

Please sign in to comment.