deps: update softprops/action-gh-release action to v2 (#3103)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-05-15 10:54:37 +02:00 committed by GitHub
parent 87e112085f
commit 36a827056f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -472,7 +472,7 @@ jobs:
- name: Create release with artifacts - name: Create release with artifacts
id: create-release id: create-release
# GitHub endorsed release project. See: https://github.com/actions/create-release # GitHub endorsed release project. See: https://github.com/actions/create-release
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v0.1.15 uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87 # v2.0.5
with: with:
draft: true draft: true
generate_release_notes: true generate_release_notes: true
@ -487,7 +487,7 @@ jobs:
terraform-module.zip terraform-module.zip
- name: Create Terraform provider release with artifcats - name: Create Terraform provider release with artifcats
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v0.1.15 uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87 # v2.0.5
with: with:
draft: true draft: true
generate_release_notes: false generate_release_notes: false