From 9240f6a06546d7bc50a33f0a807b412a1ab6babc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 01:36:40 +0000 Subject: [PATCH] chore(deps): bump peaceiris/actions-gh-pages from 3.8.0 to 3.9.1 Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3.8.0 to 3.9.1. - [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.1) --- 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..17009f2 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.1 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.1 if: startsWith(github.ref, 'refs/tags/') with: cname: sync-packagejson-version-maven-plugin.ingogriebsch.de