From 985a9d83d288a4fa1f6723fe97aa4df946376333 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 00:02:39 +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.7.3 to 4.7.4. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.7.3...v4.7.4) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-version: 4.7.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/code-coverage-report.yml | 2 +- .github/workflows/docusaurus-site.yml | 2 +- .github/workflows/haddock-site.yml | 4 ++-- .github/workflows/metatheory-site.yml | 4 ++-- .github/workflows/papers-and-specs.yml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/code-coverage-report.yml b/.github/workflows/code-coverage-report.yml index faf0be7f628..6b1aca106fd 100644 --- a/.github/workflows/code-coverage-report.yml +++ b/.github/workflows/code-coverage-report.yml @@ -39,7 +39,7 @@ jobs: mv out/hpc_index.html out/index.html - name: Deploy Report - uses: JamesIves/github-pages-deploy-action@v4.7.3 + uses: JamesIves/github-pages-deploy-action@v4.7.4 with: folder: out target-folder: dev/coverage diff --git a/.github/workflows/docusaurus-site.yml b/.github/workflows/docusaurus-site.yml index c13c5138d1e..7a0c23afbc4 100644 --- a/.github/workflows/docusaurus-site.yml +++ b/.github/workflows/docusaurus-site.yml @@ -39,7 +39,7 @@ jobs: - name: Deploy Site if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' - uses: JamesIves/github-pages-deploy-action@v4.7.3 + uses: JamesIves/github-pages-deploy-action@v4.7.4 with: folder: doc/docusaurus/build target-folder: docs diff --git a/.github/workflows/haddock-site.yml b/.github/workflows/haddock-site.yml index e113d853ca8..5d4304e2d51 100644 --- a/.github/workflows/haddock-site.yml +++ b/.github/workflows/haddock-site.yml @@ -101,7 +101,7 @@ jobs: nix develop --no-warn-dirty --accept-flake-config --command ./scripts/combined-haddock.sh _haddock all - name: Deploy Site - uses: JamesIves/github-pages-deploy-action@v4.7.3 + uses: JamesIves/github-pages-deploy-action@v4.7.4 if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' with: folder: _haddock @@ -110,7 +110,7 @@ jobs: - name: Deploy Site (latest) if: ${{ inputs.latest == true }} - uses: JamesIves/github-pages-deploy-action@v4.7.3 + uses: JamesIves/github-pages-deploy-action@v4.7.4 with: folder: _haddock target-folder: haddock/latest diff --git a/.github/workflows/metatheory-site.yml b/.github/workflows/metatheory-site.yml index a9f0741fd31..6a66079f011 100644 --- a/.github/workflows/metatheory-site.yml +++ b/.github/workflows/metatheory-site.yml @@ -78,7 +78,7 @@ jobs: cp -RL result/* _metatheory - name: Deploy Site - uses: JamesIves/github-pages-deploy-action@v4.7.3 + uses: JamesIves/github-pages-deploy-action@v4.7.4 with: folder: _metatheory target-folder: metatheory/${{ inputs.destination || github.ref_name }} @@ -86,7 +86,7 @@ jobs: - name: Deploy Site (latest) if: ${{ inputs.latest == true }} - uses: JamesIves/github-pages-deploy-action@v4.7.3 + uses: JamesIves/github-pages-deploy-action@v4.7.4 with: folder: _metatheory target-folder: metatheory/latest diff --git a/.github/workflows/papers-and-specs.yml b/.github/workflows/papers-and-specs.yml index 28e5269c801..b44091f1b91 100644 --- a/.github/workflows/papers-and-specs.yml +++ b/.github/workflows/papers-and-specs.yml @@ -50,7 +50,7 @@ jobs: - name: Publish Papers if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' - uses: JamesIves/github-pages-deploy-action@v4.7.3 + uses: JamesIves/github-pages-deploy-action@v4.7.4 with: folder: _resources target-folder: resources