diff options
author | 2024-03-21 17:19:41 +0000 | |
---|---|---|
committer | 2024-03-21 17:19:41 +0000 | |
commit | dcee3843f75dd9018698e5614c1d9e631e8fe167 (patch) | |
tree | 14fda526a1c2180427bf49ef87fb649f430cae31 | |
parent | Bump ruff from 0.2.1 to 0.3.3 (#1479) (diff) |
Bump Azure/k8s-deploy from 4 to 5 (#1482)
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 dd1b2d0d..709d3b92 100644 --- a/.github/workflows/build-deploy.yaml +++ b/.github/workflows/build-deploy.yaml @@ -68,7 +68,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/sir-lancebot/deployment.yaml |