diff options
author | 2024-03-21 14:45:14 +0000 | |
---|---|---|
committer | 2024-03-21 14:45:14 +0000 | |
commit | ee39702209bac298d76e2df36848a6e73f36a00d (patch) | |
tree | 0e7e9703a679916ae9a585bd63dbcea5594f218b | |
parent | Merge pull request #2958 from python-discord/dependabot/pip/coverage-7.4.4 (diff) |
Bump azure/k8s-deploy from 4 to 5 (#2965)
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](https://github.com/azure/k8s-deploy/compare/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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | .github/workflows/build-deploy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index 1dc00881a..a9377728c 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -75,7 +75,7 @@ jobs: kubeconfig: ${{ secrets.KUBECONFIG }} - name: Deploy to Kubernetes - uses: azure/k8s-deploy@v4 + uses: azure/k8s-deploy@v5 with: manifests: | infra/kubernetes/namespaces/default/bot/deployment.yaml |