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