From 63db6d59309b0e00db4b3af8338f7bf35f70fa79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 10:52:26 +0000 Subject: [PATCH] Bump entur/gha-helm from 1 to 2 in the actions group across 1 directory Bumps the actions group with 1 update in the / directory: [entur/gha-helm](https://github.com/entur/gha-helm). Updates `entur/gha-helm` from 1 to 2 - [Release notes](https://github.com/entur/gha-helm/releases) - [Changelog](https://github.com/entur/gha-helm/blob/main/CHANGELOG.md) - [Commits](https://github.com/entur/gha-helm/compare/v1...v2) --- updated-dependencies: - dependency-name: entur/gha-helm dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/_deploy-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_deploy-and-test.yml b/.github/workflows/_deploy-and-test.yml index 7b654ea..c954cac 100644 --- a/.github/workflows/_deploy-and-test.yml +++ b/.github/workflows/_deploy-and-test.yml @@ -109,7 +109,7 @@ jobs: environment: ${{ inputs.environment }} - name: Helm deploy - uses: entur/gha-helm/.github/actions/helm-deploy@v1 + uses: entur/gha-helm/.github/actions/helm-deploy@v2 with: image: ${{ inputs.image }} chart: ${{ inputs.chart }}