Skip to content

Commit

Permalink
build(deps): Bump azure/k8s-deploy from 4 to 5 in /.github/workflows
Browse files Browse the repository at this point in the history
Bumps [azure/k8s-deploy](https://github.com/azure/k8s-deploy) from 4 to 5.
- [Release notes](https://github.com/azure/k8s-deploy/releases)
- [Changelog](https://github.com/Azure/k8s-deploy/blob/main/CHANGELOG.md)
- [Commits](Azure/k8s-deploy@v4...v5)

---
updated-dependencies:
- dependency-name: azure/k8s-deploy
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 21, 2024
1 parent b266f97 commit b625bc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-aks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
resource-group: "${{ env.STAGING_RESOURCEGROUP }}"
cluster-name: "${{ env.STAGING_CLUSTER }}"

- uses: azure/k8s-deploy@v4
- uses: azure/k8s-deploy@v5
with:
namespace: "${{ env.STAGING_NAMESPACE }}"
manifests: "${{ env.MANIFESTS }}"
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
resource-group: "${{ env.LIVE_RESOURCEGROUP }}"
cluster-name: "${{ env.LIVE_CLUSTER }}"

- uses: azure/k8s-deploy@v4
- uses: azure/k8s-deploy@v5
with:
namespace: "${{ env.LIVE_NAMESPACE }}"
manifests: "${{ env.MANIFESTS }}"
Expand Down

0 comments on commit b625bc9

Please sign in to comment.