From 7449950ad7dd97c7a9c8c17218e6ee8da291462e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 20:39:45 +0000 Subject: [PATCH 1/2] Bump peaceiris/actions-gh-pages from 3.8.0 to 3.9.0 Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3.8.0 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/068dc23d9710f1ba62e86896f84735d869951305...de7ea6f8efb354206b205ef54722213d99067935) --- 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/docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 17b9df601c59..39ec127b85aa 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -58,7 +58,7 @@ jobs: # Deploy to the target directory. - name: Deploy to gh pages - uses: peaceiris/actions-gh-pages@068dc23d9710f1ba62e86896f84735d869951305 # v3.8.0 + uses: peaceiris/actions-gh-pages@de7ea6f8efb354206b205ef54722213d99067935 # v3.8.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./book From b395d9d6f2f41597166da5db21a219a0032f91b3 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 24 Oct 2022 20:40:05 +0000 Subject: [PATCH 2/2] Changelog --- changelog.d/9.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/9.misc diff --git a/changelog.d/9.misc b/changelog.d/9.misc new file mode 100644 index 000000000000..689e9f37286a --- /dev/null +++ b/changelog.d/9.misc @@ -0,0 +1 @@ +Bump peaceiris/actions-gh-pages from 3.8.0 to 3.9.0.