From 875ed785f258c242559585bbc5a23e5af69c3a3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 14:49:44 +0000 Subject: [PATCH 1/2] Bump actions/deploy-pages in /.github/workflows in the actions group Bumps the actions group in /.github/workflows with 1 update: [actions/deploy-pages](https://github.com/actions/deploy-pages). Updates `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 dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build_pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_pages.yml b/.github/workflows/build_pages.yml index 70315e38..94673c26 100644 --- a/.github/workflows/build_pages.yml +++ b/.github/workflows/build_pages.yml @@ -58,4 +58,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 # or specific "vX.X.X" version tag for this action + uses: actions/deploy-pages@v5 # or specific "vX.X.X" version tag for this action From 9ee921d84b82aca0688cfb84f9e554bf7b5c8b91 Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Mon, 11 May 2026 13:28:21 -0400 Subject: [PATCH 2/2] Use hash for actions --- .github/workflows/build_pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_pages.yml b/.github/workflows/build_pages.yml index 94673c26..1488cc82 100644 --- a/.github/workflows/build_pages.yml +++ b/.github/workflows/build_pages.yml @@ -35,7 +35,7 @@ jobs: run: python -m sphinx -T -b html -d _build/doctrees -D language=en . _build/html - name: Upload distribution artifacts - uses: actions/upload-pages-artifact@v5 + uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5.0.0 with: path: _build/html/ @@ -58,4 +58,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v5 # or specific "vX.X.X" version tag for this action + uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0