From e3d3eb97d74017c0b95f1d0306c4142693d7aad4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Dec 2023 00:35:27 +0000 Subject: [PATCH] Update peaceiris/actions-gh-pages action to v3.9.3 --- .github/workflows/setup.yml | 2 +- .github/workflows/site.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/setup.yml b/.github/workflows/setup.yml index 162f7b19c..fab88a366 100644 --- a/.github/workflows/setup.yml +++ b/.github/workflows/setup.yml @@ -55,7 +55,7 @@ jobs: command: "site" env: GH_PAT: ${{ secrets.GH_PAT || github.token }} - - uses: peaceiris/actions-gh-pages@v3.7.3 + - uses: peaceiris/actions-gh-pages@v3.9.3 name: GitHub Pages Deploy with: github_token: ${{ secrets.GH_PAT || github.token }} diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 8af0bae77..e17d91ddb 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -31,7 +31,7 @@ jobs: command: "site" env: GH_PAT: ${{ secrets.GH_PAT || github.token }} - - uses: peaceiris/actions-gh-pages@v3.7.3 + - uses: peaceiris/actions-gh-pages@v3.9.3 name: GitHub Pages Deploy with: github_token: ${{ secrets.GH_PAT || github.token }}