There was an error while loading. Please reload this page.
1 parent 420f66b commit 4c51e06Copy full SHA for 4c51e06
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
@@ -29,7 +29,7 @@ jobs:
29
runs-on: ubuntu-latest
30
31
32
33
- name: Set validation matrix
34
id: set-matrix
35
run: |
@@ -54,7 +54,7 @@ jobs:
54
- 4566:4566
55
56
57
58
- name: Terraform Init
59
run: terraform init -upgrade
60
working-directory: ${{ matrix.dir }}
0 commit comments