From 7424033fd1f2e71321b20e55f3d1b1601ad50490 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 00:13:04 +0000 Subject: [PATCH] Bump peaceiris/actions-gh-pages from 3 to 4 Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3 to 4. - [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...v4) --- updated-dependencies: - dependency-name: peaceiris/actions-gh-pages dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docbuild.yaml | 2 +- .github/workflows/doxygen.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docbuild.yaml b/.github/workflows/docbuild.yaml index 2d28a2a537d922..ea142179393b47 100644 --- a/.github/workflows/docbuild.yaml +++ b/.github/workflows/docbuild.yaml @@ -45,7 +45,7 @@ jobs: touch _build/html/.nojekyll - name: Deploy to gh-pages if: github.repository == 'project-chip/connectedhomeip' && github.event_name == 'push' && github.ref_name == 'master' - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: deploy_key: ${{ secrets.DOXYGEN_DEPLOY_KEY }} external_repository: project-chip/connectedhomeip-doc diff --git a/.github/workflows/doxygen.yaml b/.github/workflows/doxygen.yaml index df53d87c4a9d57..2a4a81ce81c913 100644 --- a/.github/workflows/doxygen.yaml +++ b/.github/workflows/doxygen.yaml @@ -98,7 +98,7 @@ jobs: id: extract_branch - name: Deploy if master if: steps.extract_branch.outputs.branch == 'master' && github.repository == 'project-chip/connectedhomeip' - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: deploy_key: ${{ secrets.DOXYGEN_DEPLOY_KEY }} external_repository: project-chip/connectedhomeip-doc