diff --git a/.github/workflows/js-deploy-docs.yml b/.github/workflows/js-deploy-docs.yml index da40b8b..ba60933 100644 --- a/.github/workflows/js-deploy-docs.yml +++ b/.github/workflows/js-deploy-docs.yml @@ -37,5 +37,5 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 \ No newline at end of file diff --git a/.github/workflows/python-deploy-docs.yml b/.github/workflows/python-deploy-docs.yml index e0688f8..a0d88ec 100644 --- a/.github/workflows/python-deploy-docs.yml +++ b/.github/workflows/python-deploy-docs.yml @@ -36,5 +36,5 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 \ No newline at end of file