We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2029e6 commit 5f523b1Copy full SHA for 5f523b1
.github/workflows/pipeline.yml
@@ -19,7 +19,7 @@ jobs:
19
container: hashicorp/terraform
20
steps:
21
- name: Checkout repository
22
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
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