From f6bba8c88e63dec1597dbd46855fbb2cfa74e521 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Oct 2023 23:26:10 +0000 Subject: [PATCH] build(deps): bump reviewdog/action-actionlint from 1.39.0 to 1.39.1 (#7669) Bumps [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint) from 1.39.0 to 1.39.1. - [Release notes](https://github.com/reviewdog/action-actionlint/releases) - [Commits](https://github.com/reviewdog/action-actionlint/compare/v1.39.0...v1.39.1) --- updated-dependencies: - dependency-name: reviewdog/action-actionlint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 53faebe7..80ee6d8e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -144,7 +144,7 @@ jobs: steps: - uses: actions/checkout@v4.0.0 - name: actionlint - uses: reviewdog/action-actionlint@v1.39.0 + uses: reviewdog/action-actionlint@v1.39.1 with: level: warning fail_on_error: false