From 34336215597990f493b16eb90ae3a8a2477e06bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 02:18:01 +0000 Subject: [PATCH] chore(deps): bump peaceiris/actions-gh-pages from 3.8.0 to 3.9.2 Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3.8.0 to 3.9.2. - [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.8.0...v3.9.2) --- 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/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9a2d5c2..c6301d4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -69,7 +69,7 @@ jobs: - name: Publish current documentation # https://github.com/peaceiris/actions-gh-pages - uses: peaceiris/actions-gh-pages@v3.8.0 + uses: peaceiris/actions-gh-pages@v3.9.2 if: github.ref == 'refs/heads/main' with: cname: sync-packagejson-version-maven-plugin.ingogriebsch.de @@ -93,7 +93,7 @@ jobs: - name: Publish release documentation # https://github.com/peaceiris/actions-gh-pages - uses: peaceiris/actions-gh-pages@v3.8.0 + uses: peaceiris/actions-gh-pages@v3.9.2 if: startsWith(github.ref, 'refs/tags/') with: cname: sync-packagejson-version-maven-plugin.ingogriebsch.de