Skip to content

Commit

Permalink
Bump v0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
veelenga committed Jan 26, 2021
1 parent 88d1fa2 commit da1e902
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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].7
uses: crystal-ameba/[email protected].8
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].7
uses: crystal-ameba/[email protected].8
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install dependencies
Expand All @@ -47,6 +47,7 @@ jobs:
| Ameba version | GitHub Action version |
| - | - |
| v0.13.4 | v0.2.8 |
| v0.13.3 | v0.2.7 |
| v0.13.2 | v0.2.6 |
| v0.13.1 | v0.2.5 |
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.2.7
version: 0.2.8

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

0 comments on commit da1e902

Please sign in to comment.