diff --git a/.github/workflows/cloudbase.yml b/.github/workflows/cloudbase.yml index 8aef834fe..21d8c05d6 100644 --- a/.github/workflows/cloudbase.yml +++ b/.github/workflows/cloudbase.yml @@ -23,7 +23,7 @@ jobs: command: "site" env: GH_PAT: ${{ secrets.GH_PAT }} - - uses: peaceiris/actions-gh-pages@v3.8.0 + - uses: peaceiris/actions-gh-pages@v3.9.0 name: GitHub Pages Deploy with: github_token: ${{ secrets.GH_PAT }} diff --git a/.github/workflows/setup.yml b/.github/workflows/setup.yml index 76d352de7..595b46664 100644 --- a/.github/workflows/setup.yml +++ b/.github/workflows/setup.yml @@ -55,7 +55,7 @@ jobs: command: "site" env: GH_PAT: ${{ secrets.GH_PAT }} - - uses: peaceiris/actions-gh-pages@v3.7.3 + - uses: peaceiris/actions-gh-pages@v3.9.0 name: GitHub Pages Deploy with: github_token: ${{ secrets.GH_PAT }} diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 334418123..bdafb2fe1 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -31,7 +31,7 @@ jobs: command: "site" env: GH_PAT: ${{ secrets.GH_PAT }} - - uses: peaceiris/actions-gh-pages@v3.7.3 + - uses: peaceiris/actions-gh-pages@v3.9.0 name: GitHub Pages Deploy with: github_token: ${{ secrets.GH_PAT }}