From 0abc89d71ead07a56149140e5efad253f9d1ddb0 Mon Sep 17 00:00:00 2001 From: Fredi Machado Date: Tue, 14 May 2024 22:51:52 +1000 Subject: [PATCH] Update deploy_template.yml --- .github/workflows/deploy_template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_template.yml b/.github/workflows/deploy_template.yml index 157df3f..1b2d9da 100644 --- a/.github/workflows/deploy_template.yml +++ b/.github/workflows/deploy_template.yml @@ -39,7 +39,7 @@ jobs: name: release-artifacts path: ${{ inputs.project_folder }}/deploy/ - - uses: helmfile/helmfile-action@v1.0.0 + - uses: helmfile/helmfile-action@v1.9.0 with: helmfile-version: 'v0.156.0'