diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index d395018..cdd3723 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -90,4 +90,4 @@ jobs: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1647562..f8e643b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -117,4 +117,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5