From 02870a847b32f96772e33addf5f387363e561726 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 20:47:20 +0000 Subject: [PATCH] Bump reviewdog/action-actionlint from 1.40.0 to 1.41.0 Bumps [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint) from 1.40.0 to 1.41.0. - [Release notes](https://github.com/reviewdog/action-actionlint/releases) - [Commits](https://github.com/reviewdog/action-actionlint/compare/9ccda195fd3a290c8596db7f1958c897deaa8c76...6a38513dd4d2e818798c5c73d0870adbb82de4a4) --- updated-dependencies: - dependency-name: reviewdog/action-actionlint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/actionlint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actionlint.yaml b/.github/workflows/actionlint.yaml index 0a4be73..842f545 100644 --- a/.github/workflows/actionlint.yaml +++ b/.github/workflows/actionlint.yaml @@ -24,6 +24,6 @@ jobs: echo "files=${yamls}" >> "$GITHUB_OUTPUT" - name: Action lint - uses: reviewdog/action-actionlint@9ccda195fd3a290c8596db7f1958c897deaa8c76 # v1.40.0 + uses: reviewdog/action-actionlint@6a38513dd4d2e818798c5c73d0870adbb82de4a4 # v1.41.0 with: actionlint_flags: ${{ steps.get_yamls.outputs.files }}