Skip to content

Commit

Permalink
Merge pull request #12 from FINTLabs/dependabot/github_actions/azure/…
Browse files Browse the repository at this point in the history
…aks-set-context-4

Bump azure/aks-set-context from 3 to 4
  • Loading branch information
erlingjahr authored Jul 23, 2024
2 parents 39249da + d3a5e6c commit 303f081
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
kubelogin-version: 'v0.0.26'

- name: Set the target cluster
uses: azure/aks-set-context@v3
uses: azure/aks-set-context@v4
with:
cluster-name: '${{ matrix.cluster }}'
resource-group: '${{ steps.resource-group.outputs.result }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/MD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
kubelogin-version: 'v0.0.32'

- name: Set the target cluster
uses: azure/aks-set-context@v3
uses: azure/aks-set-context@v4
with:
cluster-name: ${{ env.CLUSTER_NAME }}
resource-group: ${{ steps.rg.outputs.result }}
Expand Down

0 comments on commit 303f081

Please sign in to comment.