From 3db8850da51b95a52cbb84f8dd03056b90e03ad7 Mon Sep 17 00:00:00 2001 From: Vitalii Elenhaupt Date: Sun, 19 Feb 2023 09:03:56 +0200 Subject: [PATCH] Bump v0.7.0 --- README.md | 5 +++-- shard.lock | 2 +- shard.yml | 6 +++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 29a8d29..3308c20 100644 --- a/README.md +++ b/README.md @@ -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.6.0 + uses: crystal-ameba/github-action@v0.7.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ``` @@ -34,7 +34,7 @@ jobs: - uses: actions/checkout@v1 - name: Crystal Ameba Linter id: crystal-ameba - uses: crystal-ameba/github-action@v0.6.0 + uses: crystal-ameba/github-action@v0.7.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Install dependencies @@ -47,6 +47,7 @@ jobs: | Ameba version | GitHub Action version | |---------------|-----------------------| +| v1.4.1 | v0.7.0 | | v1.3.1 | v0.6.0 | | v1.2.0 | v0.5.1 | | v1.1.0 | v0.4.0 | diff --git a/shard.lock b/shard.lock index 8c2aef6..9faf48d 100644 --- a/shard.lock +++ b/shard.lock @@ -2,5 +2,5 @@ version: 2.0 shards: ameba: git: https://github.com/crystal-ameba/ameba.git - version: 1.3.1 + version: 1.4.1 diff --git a/shard.yml b/shard.yml index 0521cb5..e5004b9 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: ameba-github_action -version: 0.6.0 +version: 0.7.0 authors: - Vitalii Elenhaupt @@ -8,11 +8,11 @@ targets: ameba-github_action: main: src/ameba-github_action.cr -crystal: ">= 1.6.0" +crystal: ">= 1.7.0" dependencies: ameba: github: crystal-ameba/ameba - version: ~> 1.3.0 + version: ~> 1.4.0 license: MIT