diff options
author | 2024-04-04 00:17:22 +0000 | |
---|---|---|
committer | 2024-04-04 00:17:22 +0000 | |
commit | fbf1d7387a5d4e672148594b094bb82707fffeb2 (patch) | |
tree | e0b7f86b06bb9a2c2b1f94bfafb054d1c1d330c9 | |
parent | Bump fishhook eval dep (#207) (diff) |
Bump the ci-dependencies group with 1 update
Bumps the ci-dependencies group with 1 update: [azure/k8s-deploy](https://github.com/azure/k8s-deploy).
Updates `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
dependency-group: ci-dependencies
...
Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r-- | .github/workflows/deploy.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 6326cde..195fb03 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -70,7 +70,7 @@ jobs: kubeconfig: ${{ secrets.KUBECONFIG }} - name: Deploy to Kubernetes - uses: azure/k8s-deploy@v4 + uses: azure/k8s-deploy@v5 with: manifests: deployment.yaml images: 'ghcr.io/python-discord/snekbox:${{ inputs.version }}' |