From 6fd1e1b098d3c605219bb87d9c9ffc59e73882d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 23:57:08 +0000 Subject: [PATCH] chore(deps): bump crystal-ameba/github-action from 0.2.12 to 0.7.0 Bumps [crystal-ameba/github-action](https://github.com/crystal-ameba/github-action) from 0.2.12 to 0.7.0. - [Release notes](https://github.com/crystal-ameba/github-action/releases) - [Commits](https://github.com/crystal-ameba/github-action/compare/v0.2.12...v0.7.0) --- 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..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 }}