Skip to content

Commit 1be08c3

Browse files
chore(deps): bump hashicorp/setup-terraform from 2 to 3
Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 2 to 3. - [Release notes](https://github.com/hashicorp/setup-terraform/releases) - [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md) - [Commits](hashicorp/setup-terraform@v2...v3) --- updated-dependencies: - dependency-name: hashicorp/setup-terraform dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6a44e68 commit 1be08c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pre-commit-and-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/setup-python@v5
3737
with:
3838
python-version: 3.11
39-
- uses: hashicorp/setup-terraform@v2
39+
- uses: hashicorp/setup-terraform@v3
4040
- name: Install requirements
4141
run: |
4242
python -m venv .venv
@@ -76,7 +76,7 @@ jobs:
7676
- uses: actions/setup-python@v5
7777
with:
7878
python-version: 3.11
79-
- uses: hashicorp/setup-terraform@v2
79+
- uses: hashicorp/setup-terraform@v3
8080
- uses: aws-actions/configure-aws-credentials@v4
8181
with:
8282
aws-region: ${{ env.AWS_REGION }}

0 commit comments

Comments
 (0)