diff --git a/.github/workflows/cd-helmfile.yml b/.github/workflows/cd-helmfile.yml index ffbdd0e..199905b 100644 --- a/.github/workflows/cd-helmfile.yml +++ b/.github/workflows/cd-helmfile.yml @@ -92,7 +92,7 @@ jobs: role-skip-session-tagging: true - name: Deploy - uses: cloudposse/github-action-deploy-helmfile@0.2.0 + uses: cloudposse/github-action-deploy-helmfile@0.2.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 4564b8c..053cd55 100644 --- a/.github/workflows/cd-preview-helmfile.yml +++ b/.github/workflows/cd-preview-helmfile.yml @@ -152,7 +152,7 @@ jobs: role-skip-session-tagging: true - name: Deploy - uses: cloudposse/github-action-deploy-helmfile@0.2.0 + uses: cloudposse/github-action-deploy-helmfile@0.2.2 id: deploy with: aws-region: ${{ steps.environment.outputs.region }} @@ -212,7 +212,7 @@ jobs: role-skip-session-tagging: true - name: Destroy - uses: cloudposse/github-action-deploy-helmfile@0.2.0 + uses: cloudposse/github-action-deploy-helmfile@0.2.2 if: ${{ steps.deployment.outputs.id != '' }} id: deploy with: