From 031922bc4ce951ec07b5bf0faf701c422a3b3baa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 12:59:44 +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.4.1 to 4.4.3. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.4.1...v4.4.3) --- 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 97a30e91ec..354ece5f71 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.4.1 + uses: JamesIves/github-pages-deploy-action@v4.4.3 with: branch: gh-pages folder: public/docs diff --git a/.github/workflows/publish-website.yaml b/.github/workflows/publish-website.yaml index e3bdb75421..9541250da6 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.4.1 + uses: JamesIves/github-pages-deploy-action@v4.4.3 with: branch: gh-pages folder: public