Skip to content

Commit 440f194

Browse files
authored
Update Kitchen-Terraform action to v2.0.1
1 parent 7bf4b46 commit 440f194

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/kitchen-terraform.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,18 @@ jobs:
4141
# https://github.com/marketplace/actions/kitchen-terraform-github-action
4242

4343
- name: Converge
44-
uses: osinfra-io/github-kitchen-terraform-action@v2.0.0
44+
uses: osinfra-io/github-kitchen-terraform-action@v2.0.1
4545
with:
4646
kitchen-command: converge
4747

4848
# No support for WIF: https://github.com/inspec/inspec-gcp/issues/437
4949
# - name: Verify
50-
# uses: osinfra-io/github-kitchen-terraform-action@v2.0.0
50+
# uses: osinfra-io/github-kitchen-terraform-action@v2.0.1
5151
# with:
5252
# kitchen-command: verify
5353

5454
- name: Destroy
5555
if: ${{ github.ref == 'refs/heads/main' }}
56-
uses: osinfra-io/github-kitchen-terraform-action@v2.0.0
56+
uses: osinfra-io/github-kitchen-terraform-action@v2.0.1
5757
with:
5858
kitchen-command: destroy

0 commit comments

Comments
 (0)