From b3347d37d31169c4599670b3b2b8db4e2aa79dd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 16:11:17 +0000 Subject: [PATCH] chore(actions): bump actions/deploy-pages in the github-actions group Bumps the github-actions group with 1 update: [actions/deploy-pages](https://github.com/actions/deploy-pages). Updates `actions/deploy-pages` from 5.0.0 to 5.0.1 - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/cd2ce8fcbc39b97be8ca5fce6e763baed58fa128...368f82528645a54fb793d4d04e342629a3f51346) --- updated-dependencies: - dependency-name: actions/deploy-pages dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-examples.yml | 2 +- .github/workflows/rollback-examples.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-examples.yml b/.github/workflows/deploy-examples.yml index 6dc5048..bdf180b 100644 --- a/.github/workflows/deploy-examples.yml +++ b/.github/workflows/deploy-examples.yml @@ -466,6 +466,6 @@ jobs: - name: Deploy the retained snapshot to GitHub Pages id: deployment - uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0 + uses: actions/deploy-pages@368f82528645a54fb793d4d04e342629a3f51346 # v5.0.1 with: artifact_name: ${{ needs.package-site.outputs.pages-artifact }} diff --git a/.github/workflows/rollback-examples.yml b/.github/workflows/rollback-examples.yml index 0641d17..810a9b6 100644 --- a/.github/workflows/rollback-examples.yml +++ b/.github/workflows/rollback-examples.yml @@ -354,6 +354,6 @@ jobs: - name: Deploy the retained snapshot to GitHub Pages id: deployment - uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0 + uses: actions/deploy-pages@368f82528645a54fb793d4d04e342629a3f51346 # v5.0.1 with: artifact_name: ${{ needs.package-site.outputs.pages-artifact }}