From 24574c8f1384a21c61871fef2c74a975ec4eccbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 20:43:53 +0000 Subject: [PATCH] build(deps): Bump azure/aks-set-context in /.github/workflows Bumps [azure/aks-set-context](https://github.com/azure/aks-set-context) from 3 to 4. - [Release notes](https://github.com/azure/aks-set-context/releases) - [Changelog](https://github.com/Azure/aks-set-context/blob/main/CHANGELOG.md) - [Commits](https://github.com/azure/aks-set-context/compare/v3...v4) --- updated-dependencies: - dependency-name: azure/aks-set-context dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-aks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-aks.yml b/.github/workflows/deploy-aks.yml index ca7ae43..ccc30b7 100644 --- a/.github/workflows/deploy-aks.yml +++ b/.github/workflows/deploy-aks.yml @@ -92,7 +92,7 @@ jobs: VERSION=$(git describe --tags 2>/dev/null || git rev-parse --short HEAD) echo "::set-output name=version::$VERSION" - - uses: azure/aks-set-context@v3 + - uses: azure/aks-set-context@v4 with: creds: "${{ secrets.AZURE_CREDENTIALS }}" resource-group: "${{ env.STAGING_RESOURCEGROUP }}" @@ -134,7 +134,7 @@ jobs: VERSION=$(git describe --tags 2>/dev/null || git rev-parse --short HEAD) echo "::set-output name=version::$VERSION" - - uses: azure/aks-set-context@v3 + - uses: azure/aks-set-context@v4 with: creds: "${{ secrets.AZURE_CREDENTIALS }}" resource-group: "${{ env.LIVE_RESOURCEGROUP }}"