From 50b86d5d83a280cf81ef55a8399034c7daf309a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 20:31:27 +0000 Subject: [PATCH] Bump reviewdog/action-actionlint from 1.63.0 to 1.64.1 in the all group Bumps the all group with 1 update: [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint). Updates `reviewdog/action-actionlint` from 1.63.0 to 1.64.1 - [Release notes](https://github.com/reviewdog/action-actionlint/releases) - [Commits](https://github.com/reviewdog/action-actionlint/compare/f3dcc52bc6039e5d736486952379dce3e869e8a2...abd537417cf4991e1ba8e21a67b1119f4f53b8e0) --- updated-dependencies: - dependency-name: reviewdog/action-actionlint dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/actionlint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actionlint.yaml b/.github/workflows/actionlint.yaml index 584099d..efcb286 100644 --- a/.github/workflows/actionlint.yaml +++ b/.github/workflows/actionlint.yaml @@ -24,6 +24,6 @@ jobs: echo "files=${yamls}" >> "$GITHUB_OUTPUT" - name: Action lint - uses: reviewdog/action-actionlint@f3dcc52bc6039e5d736486952379dce3e869e8a2 # v1.63.0 + uses: reviewdog/action-actionlint@abd537417cf4991e1ba8e21a67b1119f4f53b8e0 # v1.64.1 with: actionlint_flags: ${{ steps.get_yamls.outputs.files }}