Skip to content

Commit

Permalink
chore(deps): update softprops/action-gh-release action to v2.0.7 (#250)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | action | patch | `v2.0.6` -> `v2.0.7` |

---

### Release Notes

<details>
<summary>softprops/action-gh-release (softprops/action-gh-release)</summary>

### [`v2.0.7`](https://github.com/softprops/action-gh-release/releases/tag/v2.0.7)

[Compare Source](https://github.com/softprops/action-gh-release/compare/v2.0.6...v2.0.7)



#### What's Changed

##### Bug fixes πŸ›

-   Fix missing update release body by [@&#8203;FirelightFlagboy](https://github.com/FirelightFlagboy) in [https://github.com/softprops/action-gh-release/pull/365](https://github.com/softprops/action-gh-release/pull/365)

##### Other Changes πŸ”„

-   Bump [@&#8203;octokit/plugin-retry](https://github.com/octokit/plugin-retry) from 4.0.3 to 7.1.1 by [@&#8203;dependabot](https://github.com/dependabot) in [https://github.com/softprops/action-gh-release/pull/443](https://github.com/softprops/action-gh-release/pull/443)
-   Bump typescript from 4.9.5 to 5.5.2 by [@&#8203;dependabot](https://github.com/dependabot) in [https://github.com/softprops/action-gh-release/pull/467](https://github.com/softprops/action-gh-release/pull/467)
-   Bump [@&#8203;types/node](https://github.com/types/node) from 20.14.6 to 20.14.8 by [@&#8203;dependabot](https://github.com/dependabot) in [https://github.com/softprops/action-gh-release/pull/469](https://github.com/softprops/action-gh-release/pull/469)
-   Bump [@&#8203;types/node](https://github.com/types/node) from 20.14.8 to 20.14.9 by [@&#8203;dependabot](https://github.com/dependabot) in [https://github.com/softprops/action-gh-release/pull/473](https://github.com/softprops/action-gh-release/pull/473)
-   Bump typescript from 5.5.2 to 5.5.3 by [@&#8203;dependabot](https://github.com/dependabot) in [https://github.com/softprops/action-gh-release/pull/472](https://github.com/softprops/action-gh-release/pull/472)
-   Bump ts-jest from 29.1.5 to 29.2.2 by [@&#8203;dependabot](https://github.com/dependabot) in [https://github.com/softprops/action-gh-release/pull/479](https://github.com/softprops/action-gh-release/pull/479)
-   docs: document that existing releases are updated by [@&#8203;jvanbruegge](https://github.com/jvanbruegge) in [https://github.com/softprops/action-gh-release/pull/474](https://github.com/softprops/action-gh-release/pull/474)

#### New Contributors

-   [@&#8203;jvanbruegge](https://github.com/jvanbruegge) made their first contribution in [https://github.com/softprops/action-gh-release/pull/474](https://github.com/softprops/action-gh-release/pull/474)
-   [@&#8203;FirelightFlagboy](https://github.com/FirelightFlagboy) made their first contribution in [https://github.com/softprops/action-gh-release/pull/365](https://github.com/softprops/action-gh-release/pull/365)

**Full Changelog**: softprops/action-gh-release@v2.0.6...v2.0.7

</details>

---

### Configuration

πŸ“… **Schedule**: 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 becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/andrzejressel/pulumi-wasm).
  • Loading branch information
renovate[bot] authored Jul 17, 2024
1 parent 68d29e4 commit 8d3295b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
with:
length: 7
- name: Release
uses: softprops/action-gh-release@v2.0.6
uses: softprops/action-gh-release@v2.0.7
with:
name: 0.1.0-${{ steps.short-sha.outputs.sha }}
tag_name: v0.1.0-${{ steps.short-sha.outputs.sha }}
Expand Down

0 comments on commit 8d3295b

Please sign in to comment.