Skip to content

Commit ba444d6

Browse files
chore(deps): update cloudposse/github-action-terraform-plan-storage action to v2
1 parent c441d98 commit ba444d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ runs:
449449

450450
- name: Store New Plan
451451
if: ${{ steps.atmos-plan.outputs.error == 'false' }}
452-
uses: cloudposse/github-action-terraform-plan-storage@v1
452+
uses: cloudposse/github-action-terraform-plan-storage@v2
453453
with:
454454
action: storePlan
455455
commitSHA: ${{ inputs.sha }}
@@ -468,7 +468,7 @@ runs:
468468

469469
- name: Store Lockfile for New Plan
470470
if: ${{ steps.atmos-plan.outputs.error == 'false' }}
471-
uses: cloudposse/github-action-terraform-plan-storage@v1
471+
uses: cloudposse/github-action-terraform-plan-storage@v2
472472
with:
473473
action: storePlan
474474
commitSHA: ${{ inputs.sha }}

0 commit comments

Comments
 (0)