Skip to content

Commit

Permalink
Merge pull request #233 from jackstockley89/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/hashicorp/setup-terraform-3.0.0

build(deps): bump hashicorp/setup-terraform from 2.0.3 to 3.0.0
  • Loading branch information
jackstockley89 authored Feb 15, 2024
2 parents c35637a + 546e1e4 commit 1e2ac96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/schedule-shutdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
if: github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-terraform@v2.0.3
- uses: hashicorp/setup-terraform@v3.0.0
with:
terraform_version: 1.0.1
terraform_wrapper: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schedule-startup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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.0.1
terraform_wrapper: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform-plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Terraform
uses: hashicorp/setup-terraform@v2.0.3
uses: hashicorp/setup-terraform@v3.0.0
with:
terraform_version: 1.0.1

Expand Down

0 comments on commit 1e2ac96

Please sign in to comment.