Skip to content

Commit 47e9159

Browse files
Bump opentofu/setup-opentofu from 1 to 2 (#59)
Bumps [opentofu/setup-opentofu](https://github.com/opentofu/setup-opentofu) from 1 to 2. - [Release notes](https://github.com/opentofu/setup-opentofu/releases) - [Commits](opentofu/setup-opentofu@v1...v2) --- updated-dependencies: - dependency-name: opentofu/setup-opentofu dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d972bf5 commit 47e9159

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/apply.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
private-key: ${{ secrets.CONFIG_APP_SECRET }}
3434
owner: ${{ github.repository_owner }}
3535
- name: Setup OpenTofu
36-
uses: opentofu/setup-opentofu@v1
36+
uses: opentofu/setup-opentofu@v2
3737
with:
3838
tofu_wrapper: false
3939
- name: TF init

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/setup-python@v6
1818
with:
1919
python-version: "3.13"
20-
- uses: opentofu/setup-opentofu@v1
20+
- uses: opentofu/setup-opentofu@v2
2121
with:
2222
tofu_wrapper: false
2323
- uses: pre-commit/action@v3.0.1

0 commit comments

Comments
 (0)