diff --git a/.github/workflows/cd-helmfile.yml b/.github/workflows/cd-helmfile.yml index 21b74bc..c8b0d29 100644 --- a/.github/workflows/cd-helmfile.yml +++ b/.github/workflows/cd-helmfile.yml @@ -97,7 +97,7 @@ jobs: role-skip-session-tagging: true - name: Deploy - uses: cloudposse/github-action-deploy-helmfile@0.6.0 + uses: cloudposse/github-action-deploy-helmfile@v0.7.2 id: deploy with: aws-region: ${{ steps.environment.outputs.region }} diff --git a/.github/workflows/cd-preview-helmfile.yml b/.github/workflows/cd-preview-helmfile.yml index 37c6761..5a6b2ab 100644 --- a/.github/workflows/cd-preview-helmfile.yml +++ b/.github/workflows/cd-preview-helmfile.yml @@ -157,7 +157,7 @@ jobs: role-skip-session-tagging: true - name: Deploy - uses: cloudposse/github-action-deploy-helmfile@0.6.0 + uses: cloudposse/github-action-deploy-helmfile@v0.7.2 id: deploy with: aws-region: ${{ steps.environment.outputs.region }} @@ -217,7 +217,7 @@ jobs: role-skip-session-tagging: true - name: Destroy - uses: cloudposse/github-action-deploy-helmfile@0.6.0 + uses: cloudposse/github-action-deploy-helmfile@v0.7.2 if: ${{ steps.deployment.outputs.id != '' }} id: deploy with: