Skip to content

Commit a30e7cf

Browse files
authored
Update softprops/action-gh-release action to v3 (#2488)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [softprops/action-gh-release](https://redirect.github.com/softprops/action-gh-release) | action | major | `v2` → `v3` | --- ### Release Notes <details> <summary>softprops/action-gh-release (softprops/action-gh-release)</summary> ### [`v3`](https://redirect.github.com/softprops/action-gh-release/compare/v2...v3) [Compare Source](https://redirect.github.com/softprops/action-gh-release/compare/v2...v3) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Adyen/adyen-ios). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMTAuMiIsInVwZGF0ZWRJblZlciI6IjQzLjExMC4yIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6WyJjaG9yZSJdfQ==-->
2 parents 89a54ac + 26143a6 commit a30e7cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/create_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
echo "$PR_BODY" >> "${{ github.workspace }}/release_content.md"
4949
5050
- name: Create Release
51-
uses: softprops/action-gh-release@v2
51+
uses: softprops/action-gh-release@v3
5252
with:
5353
body_path: "${{ github.workspace }}/release_content.md"
5454
draft: true

0 commit comments

Comments
 (0)