From 22f8af1bef48509b1d27d96d2cde36a38a8332a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 15:31:32 -0300 Subject: [PATCH] ci: bump peaceiris/actions-gh-pages from 3.8.0 to 3.9.0 (#45) 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/v3.8.0...v3.9.0) --- updated-dependencies: - dependency-name: peaceiris/actions-gh-pages dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/firmware.docs.yaml | 2 +- .github/workflows/hardware.docs.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/firmware.docs.yaml b/.github/workflows/firmware.docs.yaml index f114436..fff0392 100644 --- a/.github/workflows/firmware.docs.yaml +++ b/.github/workflows/firmware.docs.yaml @@ -63,7 +63,7 @@ jobs: # PUBLISH - name: Publish Firmware Docs - uses: peaceiris/actions-gh-pages@v3.8.0 + uses: peaceiris/actions-gh-pages@v3.9.0 if: ${{ always() }} with: github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/hardware.docs.yaml b/.github/workflows/hardware.docs.yaml index 3384c1e..a8186c7 100644 --- a/.github/workflows/hardware.docs.yaml +++ b/.github/workflows/hardware.docs.yaml @@ -258,7 +258,7 @@ jobs: # PUBLISH - name: Publish Hardware Docs - uses: peaceiris/actions-gh-pages@v3.8.0 + uses: peaceiris/actions-gh-pages@v3.9.0 if: ${{ always() }} with: github_token: ${{ secrets.GITHUB_TOKEN }}