Skip to content

Commit cb43170

Browse files
authored
Update README.md
1 parent e9f95ff commit cb43170

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ The `component`, `stack`, `planPath`, and `action` parameters work the same way
140140

141141
```yaml
142142
- name: Store Plan
143-
uses: cloudposse/github-action-terraform-plan-storage@v1
143+
uses: cloudposse/github-action-terraform-plan-storage@v2
144144
id: store-plan
145145
with:
146146
action: storePlan
@@ -155,7 +155,7 @@ The `component`, `stack`, `planPath`, and `action` parameters work the same way
155155
gcpFirestoreCollectionName: terraform-plan-storage
156156
157157
- name: Get Plan
158-
uses: cloudposse/github-action-terraform-plan-storage@v1
158+
uses: cloudposse/github-action-terraform-plan-storage@v2
159159
id: get-plan
160160
with:
161161
action: getPlan

0 commit comments

Comments
 (0)