From d29a8ba34db1e1e28772f525292864c3e44a2917 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 19:13:40 +0000 Subject: [PATCH] Bump JamesIves/github-pages-deploy-action Bumps the gh-actions group with 1 update in the / directory: [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action). Updates `JamesIves/github-pages-deploy-action` from 4.5.0 to 4.6.1 - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.5.0...v4.6.1) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gh-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/preview.yml | 2 +- .github/workflows/sphinx.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 8cbabcb97..8bf00920b 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -40,7 +40,7 @@ jobs: touch _build/.nojekyll - name: Deploy documentation sphinx - uses: JamesIves/github-pages-deploy-action@v4.5.0 + uses: JamesIves/github-pages-deploy-action@v4.6.1 with: token: ${{ secrets.GITHUB_TOKEN }} branch: gh-pages diff --git a/.github/workflows/sphinx.yml b/.github/workflows/sphinx.yml index 5d2fc1282..a63553eae 100644 --- a/.github/workflows/sphinx.yml +++ b/.github/workflows/sphinx.yml @@ -45,7 +45,7 @@ jobs: env: CNAME: ${{ secrets.CNAME }} - - uses: JamesIves/github-pages-deploy-action@v4.5.0 + - uses: JamesIves/github-pages-deploy-action@v4.6.1 if: ${{ github.event_name == 'push' && steps.deploy-on-push.outputs.result != 0 }} with: branch: gh-pages