diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b2f1b23..3e66b0f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -147,7 +147,7 @@ jobs: creds: ${{ secrets.AZURE_CREDENTIALS }} - name: Login to Kubernetes - uses: Azure/aks-set-context@1cf43fa609aaef0617c6a12deda238b920e926b0 # v4 + uses: Azure/aks-set-context@feeca6405be94202afcb1c395616ff29b1811b9f # v4 with: resource-group: abyss cluster-name: abyss diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7addd05..e944602 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@1cf43fa609aaef0617c6a12deda238b920e926b0 # v4 + uses: Azure/aks-set-context@feeca6405be94202afcb1c395616ff29b1811b9f # v4 with: resource-group: abyss cluster-name: abyss