From 74bc6477a37fd18001f3485c957a092aa08880c9 Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Tue, 3 Dec 2024 18:07:59 +0300 Subject: [PATCH] Update README.yaml --- README.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.yaml b/README.yaml index 8dea9ee..9e85153 100644 --- a/README.yaml +++ b/README.yaml @@ -129,7 +129,7 @@ usage: |- ```yaml - name: Store Plan - uses: cloudposse/github-action-terraform-plan-storage@v1 + uses: cloudposse/github-action-terraform-plan-storage@v2 id: store-plan with: action: storePlan @@ -144,7 +144,7 @@ usage: |- gcpFirestoreCollectionName: terraform-plan-storage - name: Get Plan - uses: cloudposse/github-action-terraform-plan-storage@v1 + uses: cloudposse/github-action-terraform-plan-storage@v2 id: get-plan with: action: getPlan