From 7de3841bddcc4226e821710de97419456fcca347 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 11:53:00 +0000 Subject: [PATCH] Bump crystal-ameba/github-action from 0.10.0 to 0.11.0 Bumps [crystal-ameba/github-action](https://github.com/crystal-ameba/github-action) from 0.10.0 to 0.11.0. - [Release notes](https://github.com/crystal-ameba/github-action/releases) - [Commits](https://github.com/crystal-ameba/github-action/compare/v0.10.0...v0.11.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/crystal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/crystal.yml b/.github/workflows/crystal.yml index 7183bb2..1fac755 100644 --- a/.github/workflows/crystal.yml +++ b/.github/workflows/crystal.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v4 - name: Crystal Ameba Linter id: crystal-ameba - uses: crystal-ameba/github-action@v0.10.0 + uses: crystal-ameba/github-action@v0.11.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}