From f100eb8c34eb7f9a43a72b17ec7b5967913173e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 05:30:17 +0000 Subject: [PATCH] chore(deps): bump actions/deploy-pages in the all-dependencies group Bumps the all-dependencies group 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: all-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/helm-charts-index.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm-charts-index.yaml b/.github/workflows/helm-charts-index.yaml index 1ae0800..2ff8acb 100644 --- a/.github/workflows/helm-charts-index.yaml +++ b/.github/workflows/helm-charts-index.yaml @@ -121,4 +121,4 @@ jobs: steps: - name: github pages - deploy id: deployment - uses: actions/deploy-pages@v4 \ No newline at end of file + uses: actions/deploy-pages@v5 \ No newline at end of file