From 5151a91229abcc7e3835766f5f53a2c9a8f1cba2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 14:08:20 +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 a3c28b292..96c2d46c5 100644 --- a/action.yml +++ b/action.yml @@ -474,7 +474,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 }} @@ -493,7 +493,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 }}