Skip to content

Commit

Permalink
Update opentofu/setup-opentofu action to v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 10, 2024
1 parent 24badb0 commit 68a6b93
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/libs_test.yml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ jobs:

steps:
- name: Setup Opentofu
uses: opentofu/setup-opentofu@v1.0.4
uses: opentofu/setup-opentofu@v1.0.5
with:
tofu_version: 1.8.5

2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -275,7 +275,7 @@ runs:
if: inputs.setup-terragrunt == 'true'

- name: Setup OpenTofu
uses: opentofu/setup-opentofu@v1.0.3
uses: opentofu/setup-opentofu@v1.0.5
with:
tofu_version: ${{ inputs.opentofu-version }}
tofu_wrapper: false

0 comments on commit 68a6b93

Please sign in to comment.