diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4cad3c36fae..7642e0cc7c0 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.5.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}