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 -