diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index f6a48ec..5722434 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -30,4 +30,4 @@ jobs: path: './src' - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 59f3e4e..cb6b596 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -57,4 +57,4 @@ jobs: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5