Skip to content

Commit

Permalink
Merge pull request #1776 from DFE-Digital/dependabot/github_actions/h…
Browse files Browse the repository at this point in the history
…ashicorp/setup-terraform-3

Bump hashicorp/setup-terraform from 2 to 3
  • Loading branch information
thomasleese authored Nov 2, 2023
2 parents 9cddd2b + 6cbb43b commit 13d4dd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/delete-review-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}

- uses: hashicorp/setup-terraform@v2
- uses: hashicorp/setup-terraform@v3
with:
terraform_version: 1.5.0
terraform_wrapper: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup terraform
uses: hashicorp/setup-terraform@v2
uses: hashicorp/setup-terraform@v3
with:
terraform_version: 1.5.0

Expand Down

0 comments on commit 13d4dd3

Please sign in to comment.