From 47f3a9818f782a2ccb4db8ff1dd1a04ec9ca86c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 04:28:14 +0000 Subject: [PATCH] chore(deps): update entur/gha-helm action from vv1.7.0 to v2 --- .github/workflows/push.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 33e135f..81e08f7 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -114,7 +114,7 @@ jobs: uses: entur/gha-docker/.github/workflows/push.yml@v1.11.0 helm-lint: - uses: entur/gha-helm/.github/workflows/lint.yml@v1.7.0 + uses: entur/gha-helm/.github/workflows/lint.yml@v2.0.0 with: environment: dev @@ -122,7 +122,7 @@ jobs: deploy-dev: if: ${{ github.ref == 'refs/heads/master' && github.event_name != 'pull_request' }} needs: [ helm-lint, docker-push ] - uses: entur/gha-helm/.github/workflows/deploy.yml@v1.7.0 + uses: entur/gha-helm/.github/workflows/deploy.yml@v2.0.0 with: environment: dev image: ${{ needs.docker-push.outputs.image_name }}:${{ needs.docker-push.outputs.image_tag}} @@ -145,7 +145,7 @@ jobs: deploy-tst: if: ${{ github.ref == 'refs/heads/master' }} needs: [ docker-push, approval-tst ] - uses: entur/gha-helm/.github/workflows/deploy.yml@v1.7.0 + uses: entur/gha-helm/.github/workflows/deploy.yml@v2.0.0 with: environment: tst image: ${{ needs.docker-push.outputs.image_name }}:${{ needs.docker-push.outputs.image_tag}} @@ -168,7 +168,7 @@ jobs: deploy-prd: if: ${{ github.ref == 'refs/heads/master' }} needs: [ docker-push, approval-prd, openapi-publish ] - uses: entur/gha-helm/.github/workflows/deploy.yml@v1.7.0 + uses: entur/gha-helm/.github/workflows/deploy.yml@v2.0.0 with: environment: prd image: ${{ needs.docker-push.outputs.image_name }}:${{ needs.docker-push.outputs.image_tag}}