From 6b3d3c53a2047fbc857ed771cab7250e73ac77f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 12:03:00 +0000 Subject: [PATCH] Bump crystal-ameba/github-action from 0.9.0 to 0.10.0 Bumps [crystal-ameba/github-action](https://github.com/crystal-ameba/github-action) from 0.9.0 to 0.10.0. - [Release notes](https://github.com/crystal-ameba/github-action/releases) - [Commits](https://github.com/crystal-ameba/github-action/compare/v0.9.0...v0.10.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 9b6710e..7183bb2 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.9.0 + uses: crystal-ameba/github-action@v0.10.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}