Skip to content

Commit

Permalink
Renovate Update hashicorp/setup-terraform action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Sam Ainsworth committed Mar 28, 2024
1 parent fca0079 commit 55d04ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
aws-region: eu-west-1
role-session-name: GitHubActionsTerraform

- uses: hashicorp/setup-terraform@v1
- uses: hashicorp/setup-terraform@v3
with:
terraform_version: 1.2.4
- name: Retrieve Artifact
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
needs: [build_and_test, terraform_checks]
steps:
- uses: actions/checkout@v2
- uses: hashicorp/setup-terraform@v1
- uses: hashicorp/setup-terraform@v3
with:
terraform_version: 1.2.4
- name: Extract branch name
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
pip3 install -r lambda_functions/"${i}"/requirements/requirements.txt --target ./$LAYER_PATH/
done
- uses: hashicorp/setup-terraform@v1
- uses: hashicorp/setup-terraform@v3
with:
terraform_version: 1.2.4

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/destroy_workspaces.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v2
- uses: hashicorp/setup-terraform@v1
- uses: hashicorp/setup-terraform@v3
with:
terraform_version: 1.2.4
terraform_wrapper: false
Expand Down

0 comments on commit 55d04ed

Please sign in to comment.