Skip to content

Commit

Permalink
Bump hashicorp/setup-terraform from 2.0.3 to 3.0.0
Browse files Browse the repository at this point in the history
Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 2.0.3 to 3.0.0.
- [Release notes](https://github.com/hashicorp/setup-terraform/releases)
- [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md)
- [Commits](hashicorp/setup-terraform@v2.0.3...v3.0.0)

---
updated-dependencies:
- dependency-name: hashicorp/setup-terraform
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 5, 2023
1 parent b55e000 commit c9fa481
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/terraformChecks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-terraform@v2.0.3
- uses: hashicorp/setup-terraform@v3.0.0
with:
terraform_version: 1.3.3
- name: Terraform fmt
Expand All @@ -35,7 +35,7 @@ jobs:
global
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-terraform@v2.0.3
- uses: hashicorp/setup-terraform@v3.0.0
with:
terraform_version: 1.3.3
- name: Terraform Init
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
if: ${{ github.actor != 'dependabot[bot]' }}
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
- uses: hashicorp/setup-terraform@v2.0.3
- uses: hashicorp/setup-terraform@v3.0.0
if: ${{ github.actor != 'dependabot[bot]' }}
with:
terraform_version: 1.3.3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraformPlan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
if: ${{ matrix.env == 'prod' || matrix.env == 'stg' || matrix.env == 'training' }}
run: |
echo "OKTA_API_TOKEN=${{ secrets.OKTA_API_TOKEN }}" >> "$GITHUB_ENV"
- uses: hashicorp/setup-terraform@v2.0.3
- uses: hashicorp/setup-terraform@v3.0.0
with:
terraform_version: 1.3.3
- name: Terraform Init
Expand Down

0 comments on commit c9fa481

Please sign in to comment.