From 791c7af6a7296931ac2a48a30ad587dcabadca3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 06:10:57 +0000 Subject: [PATCH] chore(deps): bump JamesIves/github-pages-deploy-action Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.6.4 to 4.6.8. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.6.4...v4.6.8) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-antora-docs.yaml | 2 +- .github/workflows/publish-website.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-antora-docs.yaml b/.github/workflows/publish-antora-docs.yaml index 69368d2973..c93ea4bb9a 100644 --- a/.github/workflows/publish-antora-docs.yaml +++ b/.github/workflows/publish-antora-docs.yaml @@ -42,7 +42,7 @@ jobs: - name: "Deploy documentation to GitHub Pages" if: github.ref_name == 'main' && (github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') - uses: JamesIves/github-pages-deploy-action@v4.6.4 + uses: JamesIves/github-pages-deploy-action@v4.6.8 with: branch: gh-pages folder: public/docs diff --git a/.github/workflows/publish-website.yaml b/.github/workflows/publish-website.yaml index d15e5113bc..3c3eafbb79 100644 --- a/.github/workflows/publish-website.yaml +++ b/.github/workflows/publish-website.yaml @@ -43,7 +43,7 @@ jobs: - name: "Deploy website to GitHub Pages" if: (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && github.ref_name == 'main' - uses: JamesIves/github-pages-deploy-action@v4.6.4 + uses: JamesIves/github-pages-deploy-action@v4.6.8 with: branch: gh-pages folder: public