aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build-deploy.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build-deploy.yaml b/.github/workflows/build-deploy.yaml
index ccea399..c2d4c1e 100644
--- a/.github/workflows/build-deploy.yaml
+++ b/.github/workflows/build-deploy.yaml
@@ -59,16 +59,16 @@ jobs:
repository: python-discord/infra
path: infra
- - uses: azure/setup-kubectl@v3
+ - uses: azure/setup-kubectl@v4
- name: Authenticate with Kubernetes
- uses: azure/k8s-set-context@v3
+ uses: azure/k8s-set-context@v4
with:
method: kubeconfig
kubeconfig: ${{ secrets.KUBECONFIG }}
- name: Deploy to Kubernetes
- uses: azure/k8s-deploy@v4
+ uses: azure/k8s-deploy@v5
with:
namespace: bots
manifests: |