There was an error while loading. Please reload this page.
1 parent 11b1e3b commit f420884Copy full SHA for f420884
1 file changed
.github/workflows/pipeline.yml
@@ -19,7 +19,7 @@ jobs:
19
container: hashicorp/terraform
20
steps:
21
- name: Checkout repository
22
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
23
- name: Terraform Format Check
24
run: terraform fmt -check -recursive -diff
25
@@ -39,7 +39,7 @@ jobs:
39
- 4566:4566
40
41
42
43
- name: Terraform Init
44
run: terraform init -upgrade
45
working-directory: ${{ matrix.dir }}
0 commit comments