From 67776a1e6cc1d486b93a2ce9b3ce70ce3645fa7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 May 2022 06:01:17 +0000 Subject: [PATCH] Bump crazy-max/ghaction-github-status from 2 to 3 Bumps [crazy-max/ghaction-github-status](https://github.com/crazy-max/ghaction-github-status) from 2 to 3. - [Release notes](https://github.com/crazy-max/ghaction-github-status/releases) - [Changelog](https://github.com/crazy-max/ghaction-github-status/blob/master/CHANGELOG.md) - [Commits](https://github.com/crazy-max/ghaction-github-status/compare/v2...v3) --- updated-dependencies: - dependency-name: crazy-max/ghaction-github-status dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 2faa912a679..ee5e16a48cd 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@v3 with: pages_threshold: major_outage -