From 929f0a2f5020ded8802036b862798c6f91a53661 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 02:16:45 +0000 Subject: [PATCH] Bump hashicorp/tfc-workflows-github from 1.3.0 to 1.3.2 Bumps [hashicorp/tfc-workflows-github](https://github.com/hashicorp/tfc-workflows-github) from 1.3.0 to 1.3.2. - [Release notes](https://github.com/hashicorp/tfc-workflows-github/releases) - [Changelog](https://github.com/hashicorp/tfc-workflows-github/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/tfc-workflows-github/compare/v1.3.0...v1.3.2) --- updated-dependencies: - dependency-name: hashicorp/tfc-workflows-github dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/cf-lambda-shared-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cf-lambda-shared-deploy.yml b/.github/workflows/cf-lambda-shared-deploy.yml index 4a9d4a6..4cda407 100644 --- a/.github/workflows/cf-lambda-shared-deploy.yml +++ b/.github/workflows/cf-lambda-shared-deploy.yml @@ -89,13 +89,13 @@ jobs: name: TfC Plan and (maybe) Apply runs-on: ubuntu-latest steps: - - uses: hashicorp/tfc-workflows-github/actions/create-run@v1.3.0 + - uses: hashicorp/tfc-workflows-github/actions/create-run@v1.3.2 id: plan with: message: "Triggered from ${{ github.repository }}" workspace: ${{ inputs.TF_WORKSPACE }} - - uses: hashicorp/tfc-workflows-github/actions/apply-run@v1.3.0 + - uses: hashicorp/tfc-workflows-github/actions/apply-run@v1.3.2 id: apply if: ${{ fromJSON(steps.plan.outputs.payload).data.attributes.actions.IsConfirmable && inputs.TF_AUTO_APPLY }} with: