diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 213d3c22..d5e18dfc 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -42,4 +42,4 @@ jobs: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 diff --git a/.github/workflows/fetch-all-patches.yml b/.github/workflows/fetch-all-patches.yml index 494cd5c3..1fe88b00 100644 --- a/.github/workflows/fetch-all-patches.yml +++ b/.github/workflows/fetch-all-patches.yml @@ -182,4 +182,4 @@ jobs: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 diff --git a/.github/workflows/update-patches.yml b/.github/workflows/update-patches.yml index cfe9e31d..eb704bda 100644 --- a/.github/workflows/update-patches.yml +++ b/.github/workflows/update-patches.yml @@ -70,4 +70,4 @@ jobs: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5