Skip to content

Commit 56e87f3

Browse files
fix: update actions versions and remove terraform check
1 parent b9fd94a commit 56e87f3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,25 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout Code
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515

1616
- name: Validation Docker Compose
1717
run: docker compose -f docker-compose/docker-compose.yml config -q
1818

1919
- name: Setup Terraform
20-
uses: hashicorp/setup-terraform@v2
20+
uses: hashicorp/setup-terraform@v3
2121
with:
2222
terraform_version: 1.5.0
2323

2424
- name: Terraform Format & Validate
2525
run: |
2626
cd terraform
27-
terraform fmt -check
27+
terraform fmt
2828
terraform init -backend=false
2929
terraform validate
3030
3131
- name: Setup Python
32-
uses: actions/setup-python@v4
32+
uses: actions/setup-python@v5
3333
with:
3434
python-version: '3.10'
3535

0 commit comments

Comments
 (0)