diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6a97057..5b9dc7f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -65,4 +65,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 52ae812..b9984e3 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -45,4 +45,4 @@ jobs: path: ./website/build - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5