Skip to content

Commit c764fe8

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

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
@@ -455,7 +455,7 @@ runs:
455455

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

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

0 commit comments

Comments
 (0)