From b5761adc8c847fdcd0ab0df013ab5372f9b07914 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 04:50:10 +0000 Subject: [PATCH] chore: 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/build.yml | 2 +- .github/workflows/deployment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0685063e..eeda8047 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -281,4 +281,4 @@ jobs: path: "${{ github.workspace }}/${{ env.SERVICE_NAME }}/frontend/dist" - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 3546367d..6bacfe5a 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -56,4 +56,4 @@ jobs: path: "${{ github.workspace }}/${{ env.SERVICE_NAME }}/frontend/dist" - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5