Skip to content

Commit

Permalink
build(deps): bump azure/aks-set-context from 4.0.0 to 4.0.1
Browse files Browse the repository at this point in the history
Bumps [azure/aks-set-context](https://github.com/azure/aks-set-context) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/azure/aks-set-context/releases)
- [Changelog](https://github.com/Azure/aks-set-context/blob/main/CHANGELOG.md)
- [Commits](Azure/aks-set-context@37037e3...1cf43fa)

---
updated-dependencies:
- dependency-name: azure/aks-set-context
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mjlshen committed Sep 10, 2024
1 parent 97576bd commit effe2bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aro-hcp-dev-env-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@
kubelogin-version: 'v0.1.3'

- name: 'Setup kubectl for service cluster'
uses: azure/aks-set-context@37037e33d3a2fc08abe40c887d81c3f6e1eb93b9 # v4.0.0
uses: azure/aks-set-context@1cf43fa609aaef0617c6a12deda238b920e926b0 # v4.0.1
with:
resource-group: ${{env.SC_RESOURCEGROUP}}
cluster-name: ${{ steps.find_service_cluster.outputs.name }}
Expand Down Expand Up @@ -478,7 +478,7 @@
version: 'v3.13.3'

- name: 'Setup kubectl for management cluster'
uses: azure/aks-set-context@37037e33d3a2fc08abe40c887d81c3f6e1eb93b9 # v4.0.0
uses: azure/aks-set-context@1cf43fa609aaef0617c6a12deda238b920e926b0 # v4.0.1
with:
resource-group: ${{env.MC_RESOURCEGROUP}}
cluster-name: ${{ steps.find_management_cluster.outputs.name }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cs-integration-env-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
kubelogin-version: 'v0.1.3'

- name: 'Setup kubectl for service cluster'
uses: azure/aks-set-context@37037e33d3a2fc08abe40c887d81c3f6e1eb93b9 # v4.0.0
uses: azure/aks-set-context@1cf43fa609aaef0617c6a12deda238b920e926b0 # v4.0.1
with:
resource-group: ${{env.SC_RESOURCEGROUP}}
cluster-name: ${{ steps.find_service_cluster.outputs.name }}
Expand Down Expand Up @@ -339,7 +339,7 @@
version: 'v3.13.3'

- name: 'Setup kubectl for management cluster'
uses: azure/aks-set-context@37037e33d3a2fc08abe40c887d81c3f6e1eb93b9 # v4.0.0
uses: azure/aks-set-context@1cf43fa609aaef0617c6a12deda238b920e926b0 # v4.0.1
with:
resource-group: ${{env.MC_RESOURCEGROUP}}
cluster-name: ${{ steps.find_management_cluster.outputs.name }}
Expand Down

0 comments on commit effe2bb

Please sign in to comment.