From 27e5a7fb10565c2814bb8ff16260c6268cd291c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 18:42:57 +0000 Subject: [PATCH] chore(deps): bump JustinBeckwith/linkinator-action from 2.4.3 to 2.4.4 Bumps [JustinBeckwith/linkinator-action](https://github.com/justinbeckwith/linkinator-action) from 2.4.3 to 2.4.4. - [Release notes](https://github.com/justinbeckwith/linkinator-action/releases) - [Changelog](https://github.com/JustinBeckwith/linkinator-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/justinbeckwith/linkinator-action/compare/v2.4.3...v2.4.4) --- updated-dependencies: - dependency-name: JustinBeckwith/linkinator-action dependency-version: 2.4.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/validate-links-on-push-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-links-on-push-pr.yml b/.github/workflows/validate-links-on-push-pr.yml index 83811c2e0..f04cd08b5 100644 --- a/.github/workflows/validate-links-on-push-pr.yml +++ b/.github/workflows/validate-links-on-push-pr.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v7 - - uses: JustinBeckwith/linkinator-action@v2.4.3 + - uses: JustinBeckwith/linkinator-action@v2.4.4 with: paths: "**/*.md" statusCodes: '{ "408": "skip", "429": "skip", "503": "skip" }'