From 2b62a579002eec22dd2a18dc49a42a5d53b6a048 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 03:59:22 +0000 Subject: [PATCH] Bump crazy-max/ghaction-github-status from 3.0.0 to 3.2.0 Bumps [crazy-max/ghaction-github-status](https://github.com/crazy-max/ghaction-github-status) from 3.0.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.0.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/demo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index 272af18..53dae8d 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -25,7 +25,7 @@ jobs: cd ./docs/ make html - name: Check GitHub Pages status - uses: crazy-max/ghaction-github-status@v3.0.0 + uses: crazy-max/ghaction-github-status@v3.2.0 with: pages_threshold: major_outage - name: Deploy to GitHub Pages