From d65b00e4ad274a2c6071ce8ea4e19bac9fb4a923 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 02:02:24 +0000 Subject: [PATCH] build(deps): bump peaceiris/actions-gh-pages from 3.9.1 to 3.9.3 Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3.9.1 to 3.9.3. - [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/64b46b4226a4a12da2239ba3ea5aa73e3163c75b...373f7f263a76c20808c831209c920827a82a2847) --- updated-dependencies: - dependency-name: peaceiris/actions-gh-pages dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/HugoBuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/HugoBuild.yml b/.github/workflows/HugoBuild.yml index 8957d1b..54e4aed 100644 --- a/.github/workflows/HugoBuild.yml +++ b/.github/workflows/HugoBuild.yml @@ -27,7 +27,7 @@ jobs: run: hugo --minify - name: Deploy - uses: peaceiris/actions-gh-pages@64b46b4226a4a12da2239ba3ea5aa73e3163c75b # v3.9.1 + uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 # v3.9.3 with: personal_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./public