diff options
| author | 2024-07-13 21:40:04 +0100 | |
|---|---|---|
| committer | 2024-07-13 21:40:04 +0100 | |
| commit | 40c47ea9ed8e85e5923b3c52fd66d6831aa037b5 (patch) | |
| tree | 2512a1f5634d11391c69856e09e3a2790ed87556 /.github/workflows | |
| parent | Merge pull request #284 from python-discord/renovate/motor-3.x (diff) | |
| parent | Update Azure/k8s-deploy action to v5 (diff) | |
Merge pull request #286 from python-discord/renovate/azure-k8s-deploy-5.x
Update Azure/k8s-deploy action to v5
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/forms-backend.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/forms-backend.yml b/.github/workflows/forms-backend.yml index 3bea887..ff2de79 100644 --- a/.github/workflows/forms-backend.yml +++ b/.github/workflows/forms-backend.yml @@ -114,7 +114,7 @@ jobs: kubeconfig: ${{ secrets.KUBECONFIG }} - name: Deploy to Kubernetes - uses: Azure/k8s-deploy@v1 + uses: Azure/k8s-deploy@v5 with: namespace: forms manifests: | |