Skip to content

Commit 23604a3

Browse files
chore(deps): update cloudposse/github-action-terraform-plan-storage action to v2
1 parent 75d86df commit 23604a3

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
@@ -456,7 +456,7 @@ runs:
456456

457457
- name: Store New Plan
458458
if: ${{ steps.atmos-plan.outputs.error == 'false' && inputs.plan-storage == 'true'}}
459-
uses: cloudposse/github-action-terraform-plan-storage@v1
459+
uses: cloudposse/github-action-terraform-plan-storage@v2
460460
with:
461461
action: storePlan
462462
commitSHA: ${{ inputs.sha }}
@@ -475,7 +475,7 @@ runs:
475475

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

0 commit comments

Comments
 (0)