diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4cad3c36fae..0d7df873e52 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - name: Format run: crystal tool format --check - name: Lint - uses: crystal-ameba/github-action@v0.2.12 + uses: crystal-ameba/github-action@v0.7.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}