From f69cfa6b24365054c6b6459040fbc4f7631e0c89 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 20:39:37 +0000 Subject: Update Azure/k8s-deploy action to v5 | datasource | package | from | to | | ----------- | ---------------- | ---- | -- | | github-tags | Azure/k8s-deploy | v1 | v5 | --- .github/workflows/forms-backend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: | -- cgit v1.2.3