From 80116ccb0c3b7b9b3b255ce3091f89c7974bf820 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 22:36:32 +0000 Subject: [PATCH] Bump reviewdog/action-actionlint from 1.73.1 to 1.73.2 Bumps [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint) from 1.73.1 to 1.73.2. - [Release notes](https://github.com/reviewdog/action-actionlint/releases) - [Commits](https://github.com/reviewdog/action-actionlint/compare/v1.73.1...v1.73.2) --- updated-dependencies: - dependency-name: reviewdog/action-actionlint dependency-version: 1.73.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/markdown.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/markdown.yaml b/.github/workflows/markdown.yaml index c0771096..5bde7bb2 100644 --- a/.github/workflows/markdown.yaml +++ b/.github/workflows/markdown.yaml @@ -107,7 +107,7 @@ jobs: git config --global user.email 'bot@zaphiro.ch' git commit -am "Automated yaml-lint fixes [dependabot skip]" || echo "No changes to commit" git push - - uses: reviewdog/action-actionlint@v1.73.1 + - uses: reviewdog/action-actionlint@v1.73.2 env: # https://www.shellcheck.net/wiki/ SHELLCHECK_OPTS: "-e SC2086 -e SC2129"