diff options
| author | 2024-05-07 00:25:29 +0100 | |
|---|---|---|
| committer | 2024-05-07 00:25:29 +0100 | |
| commit | f7e2d725a75a278ab240e3fe880b15dfd31ba423 (patch) | |
| tree | 04f827e13657603b8c5eb9ae05d98591153c81e4 | |
| parent | Update setup-python CI step to 1.5.0 (diff) | |
Bump kubernetes CI steps to latest version
| -rw-r--r-- | .github/workflows/build-deploy.yaml | 6 |
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: | |