From fb8b1d0453d4ba18c47e13db7f0f597f929bdd4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 14:24:12 +0000 Subject: [PATCH] Bump the azure-actions group with 2 updates Bumps the azure-actions group with 2 updates: [Azure/setup-helm](https://github.com/azure/setup-helm) and [azure/k8s-set-context](https://github.com/azure/k8s-set-context). Updates `Azure/setup-helm` from 5.0.0 to 5.0.1 - [Release notes](https://github.com/azure/setup-helm/releases) - [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md) - [Commits](https://github.com/azure/setup-helm/compare/v5.0.0...v5.0.1) Updates `azure/k8s-set-context` from 5.0.0 to 5.0.1 - [Release notes](https://github.com/azure/k8s-set-context/releases) - [Changelog](https://github.com/Azure/k8s-set-context/blob/main/CHANGELOG.md) - [Commits](https://github.com/azure/k8s-set-context/compare/v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: Azure/setup-helm dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: azure-actions - dependency-name: azure/k8s-set-context dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: azure-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 1f721b1..2ced955 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -56,11 +56,11 @@ jobs: # DEPLOY - name: Helm tool installer - uses: Azure/setup-helm@v5.0.0 + uses: Azure/setup-helm@v5.0.1 with: version: 'v3.20.2' - - uses: azure/k8s-set-context@v5.0.0 + - uses: azure/k8s-set-context@v5.0.1 with: method: service-account k8s-url: ${{ secrets.K8S_URL }}