diff options
author | 2024-03-21 14:51:54 +0000 | |
---|---|---|
committer | 2024-03-21 14:51:54 +0000 | |
commit | f726584b918bd9475c793162ab003b3a4ce81466 (patch) | |
tree | 8b49ba63deba5869b4d3825129a293d6b167bc87 | |
parent | Merge pull request #1264 from python-discord/dependabot/pip/sentry-sdk-1.43.0 (diff) |
Bump Azure/k8s-deploy from 4 to 5 (#1263)
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.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-deploy.yaml b/.github/workflows/build-deploy.yaml index c0a7b171..a93b888b 100644 --- a/.github/workflows/build-deploy.yaml +++ b/.github/workflows/build-deploy.yaml @@ -73,7 +73,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/site/deployment.yaml |