From 6bc577729b4afb01e78f1a360ef3ea971786e45f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 23:08:32 +0000 Subject: [PATCH] chore(deps): bump crystal-ameba/github-action from 0.2.12 to 0.5.1 Bumps [crystal-ameba/github-action](https://github.com/crystal-ameba/github-action) from 0.2.12 to 0.5.1. - [Release notes](https://github.com/crystal-ameba/github-action/releases) - [Commits](https://github.com/crystal-ameba/github-action/compare/v0.2.12...v0.5.1) --- updated-dependencies: - dependency-name: crystal-ameba/github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}