Skip to content

Commit

Permalink
chore(deps): update hashicorp/setup-terraform action to v2 (#54)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 21, 2022
1 parent 11dc3ff commit 9e5d83f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: hashicorp/setup-terraform@v1
- uses: hashicorp/setup-terraform@v2

- run: terraform init
working-directory: tests/init
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: hashicorp/setup-terraform@v1
- uses: hashicorp/setup-terraform@v2

- run: terraform init
working-directory: tests/modules
Expand Down

0 comments on commit 9e5d83f

Please sign in to comment.