From 59c2a64deb7be089a0eed48e80f2167a813ed796 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 08:55:33 +0000 Subject: [PATCH] chore(deps): bump JustinBeckwith/linkinator-action from 2.3 to 2.4 Bumps [JustinBeckwith/linkinator-action](https://github.com/justinbeckwith/linkinator-action) from 2.3 to 2.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/af984b9f30f63e796ae2ea5be5e07cb587f1bbd9...f62ba0c110a76effb2ee6022cc6ce4ab161085e3) --- updated-dependencies: - dependency-name: JustinBeckwith/linkinator-action dependency-version: '2.4' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/superset-docs-verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/superset-docs-verify.yml b/.github/workflows/superset-docs-verify.yml index 968b7ced..e1da1e0e 100644 --- a/.github/workflows/superset-docs-verify.yml +++ b/.github/workflows/superset-docs-verify.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v6 # Do not bump this linkinator-action version without opening # an ASF Infra ticket to allow the new version first! - - uses: JustinBeckwith/linkinator-action@af984b9f30f63e796ae2ea5be5e07cb587f1bbd9 # v2.3 + - uses: JustinBeckwith/linkinator-action@f62ba0c110a76effb2ee6022cc6ce4ab161085e3 # v2.4 continue-on-error: true # This will make the job advisory (non-blocking, no red X) with: paths: "**/*.md, **/*.mdx"