diff options
author | 2023-01-16 19:39:56 +0000 | |
---|---|---|
committer | 2023-01-16 19:39:56 +0000 | |
commit | 49b2e0544a89f08628afee566f44e2fee9d631f2 (patch) | |
tree | 7cd08b8f6f5b108a7e2c138161cd214a9891fb80 /.github | |
parent | Merge pull request #837 from python-discord/enable-dependabot-github-actions-... (diff) |
Bump Azure/k8s-deploy from 1 to 4
Bumps [Azure/k8s-deploy](https://github.com/Azure/k8s-deploy) from 1 to 4.
- [Release notes](https://github.com/Azure/k8s-deploy/releases)
- [Commits](https://github.com/Azure/k8s-deploy/compare/v1...v4)
---
updated-dependencies:
- dependency-name: Azure/k8s-deploy
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to '.github')
-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 57712dc7..f5ce324c 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -37,7 +37,7 @@ jobs: kubeconfig: ${{ secrets.KUBECONFIG }} - name: Deploy to Kubernetes - uses: Azure/k8s-deploy@v1 + uses: Azure/k8s-deploy@v4 with: manifests: | namespaces/default/site/deployment.yaml |