This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 0b263697ca chore: Revert "build(deps): bump 
JustinBeckwith/linkinator-action from 1.10.4 to 1.11.0" (#30838)
0b263697ca is described below

commit 0b263697ca9369d5ff6cb0134f2935005f52c7f0
Author: Evan Rusackas <[email protected]>
AuthorDate: Mon Nov 4 17:08:55 2024 -0700

    chore: Revert "build(deps): bump JustinBeckwith/linkinator-action from 
1.10.4 to 1.11.0" (#30838)
---
 .github/workflows/superset-docs-verify.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/superset-docs-verify.yml 
b/.github/workflows/superset-docs-verify.yml
index 944fda8f9a..70da191621 100644
--- a/.github/workflows/superset-docs-verify.yml
+++ b/.github/workflows/superset-docs-verify.yml
@@ -20,7 +20,9 @@ jobs:
     continue-on-error: true # This will make the job advisory (non-blocking, 
no red X)
     steps:
       - uses: actions/checkout@v4
-      - uses: JustinBeckwith/[email protected]
+      # Do not bump this linkinator-action version without opening
+      # an ASF Infra ticket to allow the new verison first!
+      - uses: JustinBeckwith/[email protected]
         with:
           paths: "**/*.md, **/*.mdx"
           linksToSkip: >-

Reply via email to