From 4e3f6cca7450d447fc7ce0df20b300ed00db0c95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 16:12:41 +0000 Subject: [PATCH] Bump actions/deploy-pages from 4 to 5 Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 4 to 5. - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/deploy-pages dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/js-deploy-docs.yml | 2 +- .github/workflows/python-deploy-docs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/js-deploy-docs.yml b/.github/workflows/js-deploy-docs.yml index da40b8b..ba60933 100644 --- a/.github/workflows/js-deploy-docs.yml +++ b/.github/workflows/js-deploy-docs.yml @@ -37,5 +37,5 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 \ No newline at end of file diff --git a/.github/workflows/python-deploy-docs.yml b/.github/workflows/python-deploy-docs.yml index e0688f8..a0d88ec 100644 --- a/.github/workflows/python-deploy-docs.yml +++ b/.github/workflows/python-deploy-docs.yml @@ -36,5 +36,5 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 \ No newline at end of file