From 59791835dbe3b6a767356c3aa2735d3f44d4c54c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 16:01:22 +0000 Subject: [PATCH] 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/ci.yml | 4 ++-- .github/workflows/web.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa3fe69..6ce714a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -140,7 +140,7 @@ jobs: args: --workspace --no-deps - name: Deploy API docs - uses: peaceiris/actions-gh-pages@v3.8.0 + uses: peaceiris/actions-gh-pages@v3.9.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./target/doc @@ -155,7 +155,7 @@ jobs: run: mdbook build docs - name: Deploy book - uses: peaceiris/actions-gh-pages@v3.8.0 + uses: peaceiris/actions-gh-pages@v3.9.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./docs/book diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 1b0717a..9a17723 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -81,7 +81,7 @@ jobs: path: ./web - name: Deploy Pages - uses: peaceiris/actions-gh-pages@v3.8.0 + uses: peaceiris/actions-gh-pages@v3.9.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./web