Skip to content

Commit 93768b6

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

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
@@ -467,7 +467,7 @@ runs:
467467

468468
- name: Store New Plan
469469
if: ${{ steps.atmos-plan.outputs.error == 'false' && inputs.plan-storage == 'true'}}
470-
uses: cloudposse/github-action-terraform-plan-storage@v1
470+
uses: cloudposse/github-action-terraform-plan-storage@v2
471471
with:
472472
action: storePlan
473473
commitSHA: ${{ inputs.sha }}
@@ -486,7 +486,7 @@ runs:
486486

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

0 commit comments

Comments
 (0)