Skip to content

Commit d9accfb

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

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
@@ -369,7 +369,7 @@ runs:
369369

370370
- name: Store New Plan
371371
if: ${{ steps.atmos-plan.outputs.error == 'false' }}
372-
uses: cloudposse/github-action-terraform-plan-storage@v1
372+
uses: cloudposse/github-action-terraform-plan-storage@v2
373373
with:
374374
action: storePlan
375375
commitSHA: ${{ inputs.sha }}
@@ -388,7 +388,7 @@ runs:
388388

389389
- name: Store Lockfile for New Plan
390390
if: ${{ steps.atmos-plan.outputs.error == 'false' }}
391-
uses: cloudposse/github-action-terraform-plan-storage@v1
391+
uses: cloudposse/github-action-terraform-plan-storage@v2
392392
with:
393393
action: storePlan
394394
commitSHA: ${{ inputs.sha }}

0 commit comments

Comments
 (0)