diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6666a07..bde3aa7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -53,4 +53,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/hugo.yml b/.github/workflows/hugo.yml index 0f42333..a2a4b05 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -44,4 +44,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deploy - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5