Skip to content

Commit 68a6b93

Browse files
Update opentofu/setup-opentofu action to v1.0.5
1 parent 24badb0 commit 68a6b93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/libs_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Setup Opentofu
16-
uses: opentofu/setup-opentofu@v1.0.4
16+
uses: opentofu/setup-opentofu@v1.0.5
1717
with:
1818
tofu_version: 1.8.5
1919

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ runs:
275275
if: inputs.setup-terragrunt == 'true'
276276

277277
- name: Setup OpenTofu
278-
uses: opentofu/setup-opentofu@v1.0.3
278+
uses: opentofu/setup-opentofu@v1.0.5
279279
with:
280280
tofu_version: ${{ inputs.opentofu-version }}
281281
tofu_wrapper: false

0 commit comments

Comments
 (0)