From 23ab66fb35d61589f61d2b765a81ef658cf4738a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 21:38:11 +0000 Subject: [PATCH] Update Azure/aks-set-context action to v4 --- .github/workflows/ci.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2cee75d..2ec745f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -145,7 +145,7 @@ jobs: creds: ${{ secrets.AZURE_CREDENTIALS }} - name: Login to Kubernetes - uses: Azure/aks-set-context@4edaee69f820359371ee8bc85189ac03a21d3a58 # v3 + uses: Azure/aks-set-context@1cf43fa609aaef0617c6a12deda238b920e926b0 # v4 with: resource-group: abyss cluster-name: abyss diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9e99362..fc1e891 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: creds: ${{ secrets.AZURE_CREDENTIALS }} - name: Login to Kubernetes - uses: Azure/aks-set-context@4edaee69f820359371ee8bc85189ac03a21d3a58 # v3 + uses: Azure/aks-set-context@1cf43fa609aaef0617c6a12deda238b920e926b0 # v4 with: resource-group: abyss cluster-name: abyss