From a887a79dc2b807105fd0600df68356c4e559ca4b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Jun 2023 13:44:22 +0000 Subject: [PATCH] Update cloudposse/github-action-deploy-ecspresso action to v0.2.0 --- .github/workflows/cd-ecspresso.yml | 2 +- .github/workflows/cd-preview-ecspresso.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }}