From b4226d5fd9e0942e76cb92bdb946e7988a5a2623 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 20:10:04 +0000 Subject: [PATCH] Bump reviewdog/action-actionlint from 1.54.0 to 1.55.0 Bumps [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint) from 1.54.0 to 1.55.0. - [Release notes](https://github.com/reviewdog/action-actionlint/releases) - [Commits](https://github.com/reviewdog/action-actionlint/compare/4f8f9963ca57a41e5fd5b538dd79dbfbd3e0b38a...05c9d7bef25a46caf572df3497afa7082fc111df) --- 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 136c990..7cb4e03 100644 --- a/.github/workflows/actionlint.yaml +++ b/.github/workflows/actionlint.yaml @@ -26,6 +26,6 @@ jobs: echo "files=${yamls[*]}" >> "${GITHUB_OUTPUT}" - name: Action lint - uses: reviewdog/action-actionlint@4f8f9963ca57a41e5fd5b538dd79dbfbd3e0b38a # v1.54.0 + uses: reviewdog/action-actionlint@05c9d7bef25a46caf572df3497afa7082fc111df # v1.55.0 with: actionlint_flags: ${{ steps.get_yamls.outputs.files }}