From 4f7f1a96e7caab46fbbee25731069667531e4162 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 13:04:16 +0000 Subject: [PATCH] Bump ruzickap/action-my-broken-link-checker from 2 to 3 Bumps [ruzickap/action-my-broken-link-checker](https://github.com/ruzickap/action-my-broken-link-checker) from 2 to 3. - [Release notes](https://github.com/ruzickap/action-my-broken-link-checker/releases) - [Changelog](https://github.com/ruzickap/action-my-broken-link-checker/blob/main/CHANGELOG.md) - [Commits](https://github.com/ruzickap/action-my-broken-link-checker/compare/v2...v3) --- updated-dependencies: - dependency-name: ruzickap/action-my-broken-link-checker dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/broken-link-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/broken-link-check.yml b/.github/workflows/broken-link-check.yml index d68af0710..be5e6bf21 100644 --- a/.github/workflows/broken-link-check.yml +++ b/.github/workflows/broken-link-check.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Broken Link Check - uses: ruzickap/action-my-broken-link-checker@v2 + uses: ruzickap/action-my-broken-link-checker@v3 with: url: https://muse-os.readthedocs.io/en/latest/ cmd_params: '--timeout=20 --buffer-size=8192 --max-connections=3 --color=always --skip-tls-verification --header="User-Agent:curl/7.54.0"' # muffet parameters