diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c9fdb3a..0e8a9fe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -202,7 +202,7 @@ jobs: done - name: Deploy APT Repo to GitHub Pages - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./apt-repo diff --git a/.github/workflows/flatter.yml b/.github/workflows/flatter.yml index c37dff1..b59b7be 100644 --- a/.github/workflows/flatter.yml +++ b/.github/workflows/flatter.yml @@ -171,7 +171,7 @@ jobs: EOF - name: Deploy Flatpak Repo to GitHub Pages - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./pages-repo diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 52a7287..be15a83 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -264,7 +264,7 @@ jobs: done - name: Deploy APT Repo to GitHub Pages - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./apt-repo