diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 6ea6941..7066f34 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -82,7 +82,7 @@ jobs: - name: Deploy to GitHub Pages if: steps.freshness.outputs.is_latest == 'true' id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 - name: Skip stale deploy if: steps.freshness.outputs.is_latest != 'true'