From ea7bf7dd8478c77cb2c3da21ed3249e43ab7ef56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 14:17:25 -0500 Subject: [PATCH] Bump Azure/aks-set-context from 3 to 4 (#65) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Zach Wolfenbarger --- .github/workflows/deploy_production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_production.yml b/.github/workflows/deploy_production.yml index 79f1bab..395adbd 100644 --- a/.github/workflows/deploy_production.yml +++ b/.github/workflows/deploy_production.yml @@ -48,7 +48,7 @@ jobs: creds: ${{ secrets.AZURE_AKS }} - name: Set the target AKS cluster - uses: Azure/aks-set-context@v3 + uses: Azure/aks-set-context@v4 with: cluster-name: microservices resource-group: kubernetes