From a9877c4a2df49c19de2678b658d1c4384379dc25 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 23 Aug 2024 15:24:18 +0000
Subject: [PATCH] chore(deps): update azure/k8s-deploy action to v4

---
 .github/workflows/deploy.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
index fdc7ab7..ad4c7c7 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -58,7 +58,7 @@ jobs:
         id: bake
 
       - name: Deploy to Kubernetes cluster
-        uses: Azure/k8s-deploy@v1.4
+        uses: Azure/k8s-deploy@v4.9
         with:
           manifests: ${{ steps.bake.outputs.manifestsBundle }}
           images: oyvindis/climate-gui:${{ steps.vars.outputs.sha_short }}