From e5312ede3f7b365ce401963962abdc01241789f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 06:57:20 +0000 Subject: [PATCH] Bump crazy-max/ghaction-github-status from 3.1.0 to 3.2.0 Bumps [crazy-max/ghaction-github-status](https://github.com/crazy-max/ghaction-github-status) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/crazy-max/ghaction-github-status/releases) - [Commits](https://github.com/crazy-max/ghaction-github-status/compare/v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: crazy-max/ghaction-github-status dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 549e249a..6456ee03 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -28,7 +28,7 @@ jobs: cd ./docs/ make html - name: Check GitHub Pages status - uses: crazy-max/ghaction-github-status@v3.1.0 + uses: crazy-max/ghaction-github-status@v3.2.0 with: pages_threshold: major_outage - name: Deploy to GitHub Pages