From 822c52d9e47efdb173cb7fdf6c7a46bcf9a3de9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 07:21:15 +0000 Subject: [PATCH] Bump reviewdog/action-actionlint from 1.37.0 to 1.38.0 Bumps [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint) from 1.37.0 to 1.38.0. - [Release notes](https://github.com/reviewdog/action-actionlint/releases) - [Commits](https://github.com/reviewdog/action-actionlint/compare/42de1e3a0f52d5f8b8390894de87bc603844e530...67ec075cacebd361442f6e3ef7671f74c6548909) --- 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 356ae4f..de062b4 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@42de1e3a0f52d5f8b8390894de87bc603844e530 # v1.37.0 + uses: reviewdog/action-actionlint@67ec075cacebd361442f6e3ef7671f74c6548909 # v1.38.0 with: actionlint_flags: ${{ steps.get_yamls.outputs.files }}