Skip to content

Commit 67e3351

Browse files
Bump hashicorp/tfc-workflows-github from 1.1.1 to 1.2.0 (#71)
Bumps [hashicorp/tfc-workflows-github](https://github.com/hashicorp/tfc-workflows-github) from 1.1.1 to 1.2.0. - [Release notes](https://github.com/hashicorp/tfc-workflows-github/releases) - [Changelog](https://github.com/hashicorp/tfc-workflows-github/blob/main/CHANGELOG.md) - [Commits](hashicorp/tfc-workflows-github@v1.1.1...v1.2.0) --- updated-dependencies: - dependency-name: hashicorp/tfc-workflows-github dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b5d581a commit 67e3351

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/terraform-apply.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,19 +71,19 @@ jobs:
7171
- run: cargo lambda build --release --arm64
7272
working-directory: ./server
7373

74-
- uses: hashicorp/tfc-workflows-github/actions/upload-configuration@v1.1.1
74+
- uses: hashicorp/tfc-workflows-github/actions/upload-configuration@v1.2.0
7575
id: upload
7676
with:
7777
workspace: ${{ env.TF_WORKSPACE }}
7878
# directory: ${{ env.CONFIG_DIRECTORY }}
7979

80-
- uses: hashicorp/tfc-workflows-github/actions/create-run@v1.1.1
80+
- uses: hashicorp/tfc-workflows-github/actions/create-run@v1.2.0
8181
id: create-run
8282
with:
8383
workspace: ${{ env.TF_WORKSPACE }}
8484
configuration_version: ${{ steps.upload.outputs.configuration_version_id }}
8585

86-
- uses: hashicorp/tfc-workflows-github/actions/apply-run@v1.1.1
86+
- uses: hashicorp/tfc-workflows-github/actions/apply-run@v1.2.0
8787
id: apply
8888
if: ${{ fromJSON(steps.create-run.outputs.payload).data.attributes.actions.IsConfirmable }}
8989
with:

.github/workflows/terraform-plan.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,14 @@ jobs:
6969
- run: cargo lambda build --release --arm64
7070
working-directory: ./server
7171

72-
- uses: hashicorp/tfc-workflows-github/actions/upload-configuration@v1.1.1
72+
- uses: hashicorp/tfc-workflows-github/actions/upload-configuration@v1.2.0
7373
id: upload
7474
with:
7575
workspace: ${{ env.TF_WORKSPACE }}
7676
# directory: ${{ env.CONFIG_DIRECTORY }}
7777
speculative: true
7878

79-
- uses: hashicorp/tfc-workflows-github/actions/create-run@v1.1.1
79+
- uses: hashicorp/tfc-workflows-github/actions/create-run@v1.2.0
8080
id: run
8181
## run may fail, if so continue to output PR comment
8282
## step.terraform-cloud-check-run-status will fail job after pr comment is created/updated.
@@ -87,7 +87,7 @@ jobs:
8787
plan_only: true
8888
message: "Triggered From GitHub Actions CI ${{ github.sha }}"
8989

90-
- uses: hashicorp/tfc-workflows-github/actions/plan-output@v1.1.1
90+
- uses: hashicorp/tfc-workflows-github/actions/plan-output@v1.2.0
9191
id: plan-output
9292
with:
9393
plan: ${{ steps.run.outputs.plan_id }}

0 commit comments

Comments
 (0)