From a404068bbf25fdc5a9b67ee959ca3d7274feaac0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 11:14:39 +0000 Subject: [PATCH] Bump peaceiris/actions-gh-pages from 3.7.3 to 3.9.0 Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3.7.3 to 3.9.0. - [Release notes](https://github.com/peaceiris/actions-gh-pages/releases) - [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md) - [Commits](https://github.com/peaceiris/actions-gh-pages/compare/v3.7.3...v3.9.0) --- updated-dependencies: - dependency-name: peaceiris/actions-gh-pages dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/cloudbase.yml | 2 +- .github/workflows/setup.yml | 2 +- .github/workflows/site.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 }}