Skip to content

Commit

Permalink
Merge pull request #73 from MattJeanes/renovate/azure-aks-set-context…
Browse files Browse the repository at this point in the history
…-4.x
  • Loading branch information
MattJeanes authored Nov 25, 2024
2 parents 5c1a60d + 23ab66f commit d2f8113
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d2f8113

Please sign in to comment.