From d654beae56d8e84e573c92d237ca05dfb6b3b252 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sun, 20 Sep 2020 00:20:09 +0200 Subject: [PATCH] Bump crazy-max/ghaction-github-status --- .github/workflows/ci.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 05da36c..e9e2f9d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: EOL - name: Check GitHub Pages status - uses: crazy-max/ghaction-github-status@v1 + uses: crazy-max/ghaction-github-status@v2 with: pages_threshold: major_outage - diff --git a/README.md b/README.md index 7cb4a50..c283e8d 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ You can use the [GitHub Status](https://github.com/crazy-max/ghaction-github-sta ```yaml - name: Check GitHub Pages status - uses: crazy-max/ghaction-github-status@v1 + uses: crazy-max/ghaction-github-status@v2 with: pages_threshold: major_outage -