Bump crazy-max/ghaction-github-status

This commit is contained in:
CrazyMax 2020-09-20 00:20:09 +02:00
parent d98bcd9586
commit d654beae56
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ jobs:
EOL EOL
- -
name: Check GitHub Pages status name: Check GitHub Pages status
uses: crazy-max/ghaction-github-status@v1 uses: crazy-max/ghaction-github-status@v2
with: with:
pages_threshold: major_outage pages_threshold: major_outage
- -

View File

@ -102,7 +102,7 @@ You can use the [GitHub Status](https://github.com/crazy-max/ghaction-github-sta
```yaml ```yaml
- -
name: Check GitHub Pages status name: Check GitHub Pages status
uses: crazy-max/ghaction-github-status@v1 uses: crazy-max/ghaction-github-status@v2
with: with:
pages_threshold: major_outage pages_threshold: major_outage
- -