diff --git a/.github/workflows/cd-ecspresso.yml b/.github/workflows/cd-ecspresso.yml index a27a3a5..6678ef1 100644 --- a/.github/workflows/cd-ecspresso.yml +++ b/.github/workflows/cd-ecspresso.yml @@ -108,7 +108,7 @@ jobs: role-skip-session-tagging: true - name: Deploy - uses: cloudposse/github-action-deploy-ecspresso@0.1.0 + uses: cloudposse/github-action-deploy-ecspresso@0.2.0 id: deploy with: image: ${{ steps.image.outputs.out }} diff --git a/.github/workflows/cd-preview-ecspresso.yml b/.github/workflows/cd-preview-ecspresso.yml index 67c87b4..113259c 100644 --- a/.github/workflows/cd-preview-ecspresso.yml +++ b/.github/workflows/cd-preview-ecspresso.yml @@ -167,7 +167,7 @@ jobs: role-skip-session-tagging: true - name: Deploy - uses: cloudposse/github-action-deploy-ecspresso@0.1.0 + uses: cloudposse/github-action-deploy-ecspresso@0.2.0 id: deploy with: image: ${{ steps.image.outputs.out }}