From 92a78942b6c75d316ab6ed2b6877723bf58ea388 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 19:54:08 +0100 Subject: [PATCH] Bump peaceiris/actions-gh-pages from 3.9.2 to 3.9.3 (#4455) Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3.9.2 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/v3.9.2...v3.9.3) --- updated-dependencies: - dependency-name: peaceiris/actions-gh-pages dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index f94071fa9a4d..7e80aea6b978 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -89,7 +89,7 @@ jobs: rm website/build/artifact.tar cp .asf.yaml ./website/build/.asf.yaml - name: Deploy to gh-pages - uses: peaceiris/actions-gh-pages@v3.9.2 + uses: peaceiris/actions-gh-pages@v3.9.3 if: github.event_name == 'push' && github.ref_name == 'master' with: github_token: ${{ secrets.GITHUB_TOKEN }}