From 7cb7ab66485f49bcb1881294800c617895ea6530 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 01:06:13 +0000 Subject: [PATCH] Bump azure/aks-set-context in /.github/actions/azure-login Bumps [azure/aks-set-context](https://github.com/azure/aks-set-context) from 4.0.1 to 4.0.2. - [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/1cf43fa609aaef0617c6a12deda238b920e926b0...feeca6405be94202afcb1c395616ff29b1811b9f) --- updated-dependencies: - dependency-name: azure/aks-set-context dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/actions/azure-login/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/azure-login/action.yml b/.github/actions/azure-login/action.yml index 7661301a5..05657fb73 100644 --- a/.github/actions/azure-login/action.yml +++ b/.github/actions/azure-login/action.yml @@ -25,7 +25,7 @@ runs: run: az acr login --name adoptopenjdkacr - name: Set the target Azure Kubernetes Service (AKS) cluster. - uses: azure/aks-set-context@1cf43fa609aaef0617c6a12deda238b920e926b0 # v4.0.1 + uses: azure/aks-set-context@feeca6405be94202afcb1c395616ff29b1811b9f # v4.0.2 with: resource-group: adoptium-api cluster-name: adoptium-api