Skip to content

Commit

Permalink
Bump ameba v1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
veelenga committed Jul 29, 2023
1 parent caa4e9e commit 42e0fc4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM crystallang/crystal:1.7.0
FROM crystallang/crystal:1.9.0

LABEL maintainer="Vitalii Elenhaupt <[email protected]>"
LABEL com.github.actions.name="Ameba checks"
Expand Down
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/github-action@v0.7.1
uses: crystal-ameba/github-action@v0.8.0
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.7.1
uses: crystal-ameba/github-action@v0.8.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install dependencies
Expand All @@ -47,6 +47,7 @@ jobs:
| Ameba version | GitHub Action version |
|---------------|-----------------------|
| ~> v1.5.0 | v0.8.0 |
| ~> v1.4.0 | v0.7.1 |
| v1.3.1 | v0.6.0 |
| v1.2.0 | v0.5.1 |
Expand Down
6 changes: 3 additions & 3 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: ameba-github_action
version: 0.7.1
version: 0.8.0

authors:
- Vitalii Elenhaupt <[email protected]>
Expand All @@ -8,11 +8,11 @@ targets:
ameba-github_action:
main: src/ameba-github_action.cr

crystal: ">= 1.7.0"
crystal: ">= 1.9.0"

dependencies:
ameba:
github: crystal-ameba/ameba
version: ~> 1.4.0
version: ~> 1.5.0

license: MIT

0 comments on commit 42e0fc4

Please sign in to comment.