diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6f1afda..bff921d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,7 +55,7 @@ jobs: if: github.ref == 'refs/heads/master' steps: - name: Setup Pages - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v5 - name: Deploy to GitHub Pages id: deployment