Skip to content

Commit 7bf4b46

Browse files
Bump osinfra-io/github-kitchen-terraform-action from 1.3.1 to 2.0.0 (#69)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b84c5a0 commit 7bf4b46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/kitchen-terraform.yml

+3-3
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@v1.3.1
44+
uses: osinfra-io/github-kitchen-terraform-action@v2.0.0
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@v1.3.1
50+
# uses: osinfra-io/github-kitchen-terraform-action@v2.0.0
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@v1.3.1
56+
uses: osinfra-io/github-kitchen-terraform-action@v2.0.0
5757
with:
5858
kitchen-command: destroy

0 commit comments

Comments
 (0)