From 950ed4e943134a1a59abdb040e2867fc256d15b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 00:49:54 +0000 Subject: [PATCH] Update peaceiris/actions-gh-pages action to v3.9.2 --- .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 c73d36ab2..1438e657e 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.2 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 e17e6da0c..220c4dd9d 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.2 name: GitHub Pages Deploy with: github_token: ${{ secrets.GH_PAT || github.token }}