Skip to content

Commit f5d0c88

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

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
@@ -453,7 +453,7 @@ runs:
453453

454454
- name: Store New Plan
455455
if: ${{ steps.atmos-plan.outputs.error == 'false' && inputs.plan-storage == 'true'}}
456-
uses: cloudposse/github-action-terraform-plan-storage@v1
456+
uses: cloudposse/github-action-terraform-plan-storage@v2
457457
with:
458458
action: storePlan
459459
commitSHA: ${{ inputs.sha }}
@@ -472,7 +472,7 @@ runs:
472472

473473
- name: Store Lockfile for New Plan
474474
if: ${{ steps.atmos-plan.outputs.error == 'false' && inputs.plan-storage == 'true'}}
475-
uses: cloudposse/github-action-terraform-plan-storage@v1
475+
uses: cloudposse/github-action-terraform-plan-storage@v2
476476
with:
477477
action: storePlan
478478
commitSHA: ${{ inputs.sha }}

0 commit comments

Comments
 (0)