Skip to content

Commit f2f5558

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

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
@@ -470,7 +470,7 @@ runs:
470470

471471
- name: Store New Plan
472472
if: ${{ steps.atmos-plan.outputs.error == 'false' && inputs.plan-storage == 'true'}}
473-
uses: cloudposse/github-action-terraform-plan-storage@v1
473+
uses: cloudposse/github-action-terraform-plan-storage@v2
474474
with:
475475
action: storePlan
476476
commitSHA: ${{ inputs.sha }}
@@ -489,7 +489,7 @@ runs:
489489

490490
- name: Store Lockfile for New Plan
491491
if: ${{ steps.atmos-plan.outputs.error == 'false' && inputs.plan-storage == 'true'}}
492-
uses: cloudposse/github-action-terraform-plan-storage@v1
492+
uses: cloudposse/github-action-terraform-plan-storage@v2
493493
with:
494494
action: storePlan
495495
commitSHA: ${{ inputs.sha }}

0 commit comments

Comments
 (0)