Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsxu committed Sep 19, 2024
1 parent 2478fbc commit 24600fd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Terraform
uses: hashicorp/setup-terraform@v1.3.2
uses: hashicorp/setup-terraform@v3
with:
terraform_version: 1.1.x
terraform_version: "1.5.5"

- name: Terraform fmt
run: terraform fmt -recursive -write=false -check -diff .
Expand All @@ -27,13 +27,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
terraform_version: [1.1.x]
terraform_version: ["1.5.5"]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Terraform ${{ matrix.terraform_version }}
uses: hashicorp/setup-terraform@v1.3.2
uses: hashicorp/setup-terraform@v3
with:
terraform_version: ${{ matrix.terraform_version }}

Expand Down

0 comments on commit 24600fd

Please sign in to comment.