From 0796e20fc80e7c5ee6163c2c50b57def4df6ce28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 00:38:18 +0000 Subject: [PATCH] Chore(deps): Bump reviewdog/action-actionlint from 1.67.0 to 1.69.1 Bumps [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint) from 1.67.0 to 1.69.1. - [Release notes](https://github.com/reviewdog/action-actionlint/releases) - [Commits](https://github.com/reviewdog/action-actionlint/compare/95395aac8c053577d0bc67eb7b74936c660c6f66...83e4ed25b168066ad8f62f5afbb29ebd8641d982) --- updated-dependencies: - dependency-name: reviewdog/action-actionlint dependency-version: 1.69.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/actionlint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index f8912c83f..925967451 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -17,7 +17,7 @@ jobs: - name: Checkout code uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Run actionlint - uses: reviewdog/action-actionlint@95395aac8c053577d0bc67eb7b74936c660c6f66 # v1.67.0 + uses: reviewdog/action-actionlint@83e4ed25b168066ad8f62f5afbb29ebd8641d982 # v1.69.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} reporter: github-pr-review