From a82a22b7b8f67b4791a32dd986f842c4223f7227 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 22:33:31 +0000 Subject: [PATCH] Bump reviewdog/action-actionlint from 1.72.0 to 1.73.0 Bumps [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint) from 1.72.0 to 1.73.0. - [Release notes](https://github.com/reviewdog/action-actionlint/releases) - [Commits](https://github.com/reviewdog/action-actionlint/compare/v1.72.0...v1.73.0) --- updated-dependencies: - dependency-name: reviewdog/action-actionlint dependency-version: 1.73.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 a8ea6b90..05c6cfa0 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.72.0 + - uses: reviewdog/action-actionlint@v1.73.0 env: # https://www.shellcheck.net/wiki/ SHELLCHECK_OPTS: "-e SC2086 -e SC2129"