Skip to content

Commit

Permalink
chore(deps): update softprops/action-gh-release action to v2.1.0 (#484)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [softprops/action-gh-release](https://redirect.github.com/softprops/action-gh-release) | action | minor | `v2.0.9` -> `v2.1.0` |

---

### Release Notes

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

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

[Compare Source](https://redirect.github.com/softprops/action-gh-release/compare/v2.0.9...v2.1.0)



#### What's Changed

##### Exciting New Features 🎉

-   feat: add support for release assets with multiple spaces within the name by [@&#8203;dukhine](https://redirect.github.com/dukhine) in [https://github.com/softprops/action-gh-release/pull/518](https://redirect.github.com/softprops/action-gh-release/pull/518)
-   feat: preserve upload order by [@&#8203;richarddd](https://redirect.github.com/richarddd) in [https://github.com/softprops/action-gh-release/pull/500](https://redirect.github.com/softprops/action-gh-release/pull/500)

##### Other Changes 🔄

-   chore(deps): bump [@&#8203;types/node](https://redirect.github.com/types/node) from 22.8.2 to 22.8.7 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/softprops/action-gh-release/pull/539](https://redirect.github.com/softprops/action-gh-release/pull/539)

#### New Contributors

-   [@&#8203;dukhine](https://redirect.github.com/dukhine) made their first contribution in [https://github.com/softprops/action-gh-release/pull/518](https://redirect.github.com/softprops/action-gh-release/pull/518)
-   [@&#8203;richarddd](https://redirect.github.com/richarddd) made their first contribution in [https://github.com/softprops/action-gh-release/pull/500](https://redirect.github.com/softprops/action-gh-release/pull/500)

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

</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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/andrzejressel/pulumi-wasm).
  • Loading branch information
renovate[bot] authored Nov 11, 2024
1 parent 227246c commit 60f0279
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
target/cargo-timings/cargo-timing-*.html
pulumi_wasm_generator_lib/tests/**/target/cargo-timings/cargo-timing-*.html
- name: Release
uses: softprops/action-gh-release@v2.0.9
uses: softprops/action-gh-release@v2.1.0
with:
name: ${{ env.VERSION }}
tag_name: ${{ env.GITHUB_REF_NAME }}
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
run: just package-language-plugin "$VERSION"

- name: Release
uses: softprops/action-gh-release@v2.0.9
uses: softprops/action-gh-release@v2.1.0
with:
name: ${{ env.VERSION }}
tag_name: ${{ env.GITHUB_REF_NAME }}
Expand Down Expand Up @@ -274,7 +274,7 @@ jobs:
if: matrix.os != 'windows-2022'
- name: Release
uses: softprops/action-gh-release@v2.0.9
uses: softprops/action-gh-release@v2.1.0
with:
name: ${{ env.VERSION }}
tag_name: ${{ env.GITHUB_REF_NAME }}
Expand Down

0 comments on commit 60f0279

Please sign in to comment.