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 }}