From c78d658bc536078cd8e1f43ea7b9c45db9307f8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 21:08:02 +0000 Subject: [PATCH] build(deps): bump reviewdog/action-actionlint from 1.37.1 to 1.38.0 (#7505) Bumps [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint) from 1.37.1 to 1.38.0. - [Release notes](https://github.com/reviewdog/action-actionlint/releases) - [Commits](https://github.com/reviewdog/action-actionlint/compare/v1.37.1...v1.38.0) --- updated-dependencies: - dependency-name: reviewdog/action-actionlint dependency-type: direct:production update-type: version-update:semver-minor ... 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 1afedd5f..9030111a 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.37.1 + uses: reviewdog/action-actionlint@v1.38.0 with: level: warning fail_on_error: false