diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 2faa912a679..876e9309018 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -68,7 +68,7 @@ jobs: #htmlproofer ./web/download --allow-missing-href --allow-hash-href --assume_extension --check-favicon --http-status-ignore 403 --only-4xx --alt-ignore "/.*/" --log-level=:debug - name: Check GitHub Pages status - uses: crazy-max/ghaction-github-status@v2 + uses: crazy-max/ghaction-github-status@v4 with: pages_threshold: major_outage -