Skip to content

Commit effa0a9

Browse files
dependabot[bot]jonhoo
authored andcommitted
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](hashicorp/tfc-workflows-github@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] <[email protected]>
1 parent 2e290a8 commit effa0a9

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/[email protected].0
74+
- uses: hashicorp/tfc-workflows-github/actions/[email protected].1
7575
id: upload
7676
with:
7777
workspace: ${{ env.TF_WORKSPACE }}
7878
# directory: ${{ env.CONFIG_DIRECTORY }}
7979

80-
- uses: hashicorp/tfc-workflows-github/actions/[email protected].0
80+
- uses: hashicorp/tfc-workflows-github/actions/[email protected].1
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/[email protected].0
86+
- uses: hashicorp/tfc-workflows-github/actions/[email protected].1
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/[email protected].0
72+
- uses: hashicorp/tfc-workflows-github/actions/[email protected].1
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/[email protected].0
79+
- uses: hashicorp/tfc-workflows-github/actions/[email protected].1
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/[email protected].0
90+
- uses: hashicorp/tfc-workflows-github/actions/[email protected].1
9191
id: plan-output
9292
with:
9393
plan: ${{ steps.run.outputs.plan_id }}

0 commit comments

Comments
 (0)