From 07fa0789df99114cd8072dc62adf3c15cad98ce8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 18:05:56 +0000 Subject: [PATCH] chore(deps): update cloudposse/github-action-terraform-plan-storage action to v2 --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index ee19dba7..ba8f9c19 100644 --- a/action.yml +++ b/action.yml @@ -470,7 +470,7 @@ runs: - name: Store New Plan if: ${{ steps.atmos-plan.outputs.error == 'false' && inputs.plan-storage == 'true'}} - uses: cloudposse/github-action-terraform-plan-storage@v1 + uses: cloudposse/github-action-terraform-plan-storage@v2 with: action: storePlan commitSHA: ${{ inputs.sha }} @@ -489,7 +489,7 @@ runs: - name: Store Lockfile for New Plan if: ${{ steps.atmos-plan.outputs.error == 'false' && inputs.plan-storage == 'true'}} - uses: cloudposse/github-action-terraform-plan-storage@v1 + uses: cloudposse/github-action-terraform-plan-storage@v2 with: action: storePlan commitSHA: ${{ inputs.sha }}