Skip to content

Commit 912d382

Browse files
Merge pull request #11 from recognizegroup/Update-terraform-version
Update action.yaml
2 parents 13969db + 5b4e263 commit 912d382

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/actions/brew_and_gittoken/action.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ runs:
2828
run: |
2929
mkdir -p tmp
3030
cd tmp
31-
wget https://releases.hashicorp.com/terraform/1.9.8/terraform_1.9.8_linux_amd64.zip
32-
unzip -o terraform_1.9.8_linux_amd64.zip
31+
wget https://releases.hashicorp.com/terraform/1.12.2/terraform_1.12.2_linux_amd64.zip
32+
unzip -o terraform_1.12.2_linux_amd64.zip
3333
chmod +x terraform
3434
mv terraform /usr/local/bin
3535
shell: bash
@@ -38,4 +38,4 @@ runs:
3838
terragrunt -v
3939
terraform --version
4040
shell: bash
41-
41+

0 commit comments

Comments
 (0)