From 010c5052501a359216685ccd117a6679b05f3af1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 13:12:32 +0000 Subject: [PATCH] chore(deps): bump reviewdog/action-actionlint from 1.65.2 to 1.72.0 Bumps [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint) from 1.65.2 to 1.72.0. - [Release notes](https://github.com/reviewdog/action-actionlint/releases) - [Commits](https://github.com/reviewdog/action-actionlint/compare/a5524e1c19e62881d79c1f1b9b6f09f16356e281...6fb7acc99f4a1008869fa8a0f09cfca740837d9d) --- updated-dependencies: - dependency-name: reviewdog/action-actionlint dependency-version: 1.72.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-fast-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-fast-ci.yml b/.github/workflows/pr-fast-ci.yml index ce8bca2..7dba9e1 100644 --- a/.github/workflows/pr-fast-ci.yml +++ b/.github/workflows/pr-fast-ci.yml @@ -77,7 +77,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} persist-credentials: false - - uses: reviewdog/action-actionlint@a5524e1c19e62881d79c1f1b9b6f09f16356e281 # v1.65.2 + - uses: reviewdog/action-actionlint@6fb7acc99f4a1008869fa8a0f09cfca740837d9d # v1.72.0 with: reporter: github-pr-check fail_level: error