Compare commits

..

1 Commits

Author SHA1 Message Date
bot f6b38f36da chore(deps): update softprops/action-gh-release action to v3
Cog check / Create release (pull_request) Successful in 6s
2026-04-28 00:05:04 +00:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ jobs:
args: --at ${{ steps.release.outputs.version }} -t full_hash args: --at ${{ steps.release.outputs.version }} -t full_hash
- name: Upload github release - name: Upload github release
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@v3
with: with:
body: ${{ steps.changelog.outputs.stdout }} body: ${{ steps.changelog.outputs.stdout }}
tag_name: ${{ steps.release.outputs.version }} tag_name: ${{ steps.release.outputs.version }}
+1 -1
View File
@@ -56,7 +56,7 @@ jobs:
make copy-install; make copy-install;
cd ${{ github.workspace }}; cd ${{ github.workspace }};
rm -rf blackbox; rm -rf blackbox;
- uses: opentofu/setup-opentofu@v2 - uses: opentofu/setup-opentofu@v1
if: ${{ steps.check.outputs.code == 2 }} if: ${{ steps.check.outputs.code == 2 }}
with: with:
tofu_version: ${{ inputs.tofu-version }} tofu_version: ${{ inputs.tofu-version }}
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: opentofu/setup-opentofu@v2 - uses: opentofu/setup-opentofu@v1
with: with:
tofu_version: ${{ inputs.tofu-version }} tofu_version: ${{ inputs.tofu-version }}
cli_config_credentials_token: ${{ secrets.tf-api-token }} cli_config_credentials_token: ${{ secrets.tf-api-token }}