Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha authored Dec 2, 2024
1 parent 1a4f884 commit 3e7024b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ runs:

- name: Retrieve Plan
if: ${{ env.ACTIONS_ENABLED == 'true' }}
uses: cloudposse/github-action-terraform-plan-storage@v1
uses: cloudposse/github-action-terraform-plan-storage@v2
continue-on-error: true
with:
action: getPlan
Expand All @@ -275,7 +275,7 @@ runs:

- name: Retrieve Lockfile
if: ${{ env.ACTIONS_ENABLED == 'true' }}
uses: cloudposse/github-action-terraform-plan-storage@v1
uses: cloudposse/github-action-terraform-plan-storage@v2
continue-on-error: true
with:
action: getPlan
Expand Down Expand Up @@ -385,7 +385,7 @@ runs:
set +e
# Remove the environment file from the cache to avoid conflicts with workspace select
rm -f ./${{ steps.vars.outputs.component_path }}/.terraform/environment
rm -f ./.terraform/environment
TERRAFORM_OUTPUT_FILE="./terraform-${GITHUB_RUN_ID}-output.txt"
Expand Down

0 comments on commit 3e7024b

Please sign in to comment.