From cce972bb8031cb01db35449fdb08717d9f66272f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 01:04:33 +0000 Subject: [PATCH] build(deps): 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/Prerelease.yml | 2 +- .github/workflows/Release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Prerelease.yml b/.github/workflows/Prerelease.yml index ec92742c..68122cf0 100644 --- a/.github/workflows/Prerelease.yml +++ b/.github/workflows/Prerelease.yml @@ -48,4 +48,4 @@ jobs: - uses: actions/upload-pages-artifact@v3 with: path: . - - uses: actions/deploy-pages@v4 + - uses: actions/deploy-pages@v5 diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 8dedca9a..212783a3 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -46,4 +46,4 @@ jobs: - uses: actions/upload-pages-artifact@v3 with: path: . - - uses: actions/deploy-pages@v4 + - uses: actions/deploy-pages@v5