From 1cb34e9b5883dbcc30e726d6c1bc6eb7aaebeae3 Mon Sep 17 00:00:00 2001 From: Sijawusz Pur Rahnama Date: Thu, 10 Oct 2024 01:53:01 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 42fcaaf..82aaf85 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.9.0 + uses: crystal-ameba/github-action@v0.10.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ``` @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v4 - name: Crystal Ameba Linter - uses: crystal-ameba/github-action@v0.9.0 + uses: crystal-ameba/github-action@v0.10.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -47,6 +47,7 @@ jobs: | Ameba version | GitHub Action version | |---------------|-----------------------| +| ~> v1.6.2 | v0.10.0 | | ~> v1.6.1 | v0.9.0 | | ~> v1.5.0 | v0.8.0 | | ~> v1.4.0 | v0.7.1 | @@ -73,3 +74,4 @@ jobs: ## Contributors - [Vitalii Elenhaupt](https://github.com/veelenga) - creator and maintainer +- [Sijawusz Pur Rahnama](https://github.com/Sija) - contributor and maintainer