From e2084fa41f999fa6ef7dd1421291afc41f9cec5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 02:03:09 +0000 Subject: [PATCH] build(deps): bump reviewdog/action-actionlint from 1.60.0 to 1.63.0 Bumps [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint) from 1.60.0 to 1.63.0. - [Release notes](https://github.com/reviewdog/action-actionlint/releases) - [Commits](https://github.com/reviewdog/action-actionlint/compare/v1.60.0...v1.63.0) --- updated-dependencies: - dependency-name: reviewdog/action-actionlint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0f8847c..310186e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -53,7 +53,7 @@ jobs: continue-on-error: true steps: - uses: actions/checkout@v4.2.2 - - uses: reviewdog/action-actionlint@v1.60.0 + - uses: reviewdog/action-actionlint@v1.63.0 with: level: warning fail_on_error: false