From 117b7208996d7b7e449d64e93041e0605038e77f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Jul 2022 01:35:34 +0200 Subject: [PATCH] Bump crazy-max/ghaction-github-status from 2 to 3 (#619) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 29ffb0d5..2133b141 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -31,7 +31,7 @@ jobs: pull: true - name: Check GitHub Pages status - uses: crazy-max/ghaction-github-status@v2 + uses: crazy-max/ghaction-github-status@v3 with: pages_threshold: major_outage -