Skip to content

Commit 3bf41e0

Browse files
Update softprops/action-gh-release action to v3.0.3 (#395)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [softprops/action-gh-release](https://redirect.github.com/softprops/action-gh-release) | action | patch | `v3.0.2` → `v3.0.3` | --- ### Release Notes <details> <summary>softprops/action-gh-release (softprops/action-gh-release)</summary> ### [`v3.0.3`](https://redirect.github.com/softprops/action-gh-release/releases/tag/v3.0.3) [Compare Source](https://redirect.github.com/softprops/action-gh-release/compare/v3.0.2...v3.0.3) `3.0.3` is a maintenance release with updated dependencies. It also safely classifies malformed GitHub API errors to avoid secondary failures ([#&#8203;822](https://redirect.github.com/softprops/action-gh-release/issues/822)). #### What's Changed ##### Bug fixes 🐛 - fix: safely classify GitHub API errors by [@&#8203;chenrui333](https://redirect.github.com/chenrui333) in [#&#8203;822](https://redirect.github.com/softprops/action-gh-release/pull/822) ##### Other Changes 🔄 - dependency updates </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **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/netresearch/.github). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC40OS4wIiwidXBkYXRlZEluVmVyIjoiNDQuNDkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
2 parents d3ec593 + dca1ba0 commit 3bf41e0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/golib-create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ jobs:
239239
subject-path: checksums.txt
240240

241241
- name: Create GitHub Release
242-
uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2
242+
uses: softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64 # v3.0.3
243243
with:
244244
tag_name: ${{ steps.tag.outputs.tag }}
245245
draft: ${{ inputs.draft }}

.github/workflows/release-composer-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ jobs:
241241
242242
- name: Create GitHub Release
243243
id: create
244-
uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2
244+
uses: softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64 # v3.0.3
245245
with:
246246
tag_name: ${{ steps.tag.outputs.tag }}
247247
name: ${{ steps.tag.outputs.tag }}

.github/workflows/release-go-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ jobs:
864864
# draft with draft: true, then publish it later from that
865865
# draft."). Both phases happen inside this single job — no
866866
# cross-job state, still atomic from the orchestrator's POV.
867-
uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2
867+
uses: softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64 # v3.0.3
868868
with:
869869
tag_name: ${{ needs.preflight.outputs.tag }}
870870
name: ${{ needs.preflight.outputs.tag }}

0 commit comments

Comments
 (0)