Skip to content

Commit

Permalink
Merge pull request #11 from cloudposse/renovate/cloudposse-github-act…
Browse files Browse the repository at this point in the history
…ion-terraform-plan-storage-1.x

Update cloudposse/github-action-terraform-plan-storage action to v1.7.0
  • Loading branch information
milldr authored Jul 26, 2023
2 parents 95508ec + 1b1856c commit 2c5c86e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ runs:

- name: Store Plan
if: ${{ fromJSON(steps.settings.outputs.actions_enabled) }}
uses: cloudposse/github-action-terraform-plan-storage@1.6.2
uses: cloudposse/github-action-terraform-plan-storage@1.7.0
id: store-plan
with:
action: storePlan
Expand All @@ -152,7 +152,7 @@ runs:

- name: Store Lockfile
if: ${{ fromJSON(steps.settings.outputs.actions_enabled) }}
uses: cloudposse/github-action-terraform-plan-storage@1.6.2
uses: cloudposse/github-action-terraform-plan-storage@1.7.0
with:
action: storePlan
planPath: ${{ inputs.component-path}}/.terraform.lock.hcl
Expand Down

0 comments on commit 2c5c86e

Please sign in to comment.