diff --git a/action.yml b/action.yml index 669b9e09b..de0f94b05 100644 --- a/action.yml +++ b/action.yml @@ -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 @@ -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