From ec3d3724ff14ca40e77f277e4e129fc2f6b20265 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 02:07:56 +0000 Subject: [PATCH] Bump hashicorp/tfc-workflows-github from 1.3.0 to 1.3.1 Bumps [hashicorp/tfc-workflows-github](https://github.com/hashicorp/tfc-workflows-github) from 1.3.0 to 1.3.1. - [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.1) --- 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..b46d2f3 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.1 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.1 id: apply if: ${{ fromJSON(steps.plan.outputs.payload).data.attributes.actions.IsConfirmable && inputs.TF_AUTO_APPLY }} with: