Skip to content

Commit

Permalink
chore(deps): update hashicorp/setup-terraform action to v3 (#81)
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] authored Nov 1, 2023
1 parent d39483f commit b9a322d
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@v4
- uses: hashicorp/setup-terraform@v2
- uses: hashicorp/setup-terraform@v3

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

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

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

0 comments on commit b9a322d

Please sign in to comment.