Skip to content

Commit 4cc7b0a

Browse files
committed
chore: update terraform setup action
1 parent a0b01fd commit 4cc7b0a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/checkout@v3
4747

4848
- name: Terraform Setup
49-
uses: hashicorp/[email protected].2
49+
uses: hashicorp/[email protected].3
5050
with:
5151
terraform_version: 1.0.0
5252

@@ -76,7 +76,7 @@ jobs:
7676
aws-region: us-west-2
7777

7878
- name: Terraform Setup
79-
uses: hashicorp/[email protected].2
79+
uses: hashicorp/[email protected].3
8080
with:
8181
terraform_version: ${{ matrix.env.tf_version }}
8282

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## v2.2.0
44
11/18/2022 - support ARM 64 architecture
55
- allow pass through of architecture to support arm64. Default is x86_64.
6+
- update terraform setup action
67
- update license
78

89
## v2.1.1

0 commit comments

Comments
 (0)