Skip to content

Commit 39ff737

Browse files
chore(deps): update ncipollo/release-action action to v1.16.0 (#339)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ncipollo/release-action](https://redirect.github.com/ncipollo/release-action) | action | minor | `v1.15.0` -> `v1.16.0` | --- ### Release Notes <details> <summary>ncipollo/release-action (ncipollo/release-action)</summary> ### [`v1.16.0`](https://redirect.github.com/ncipollo/release-action/releases/tag/v1.16.0) [Compare Source](https://redirect.github.com/ncipollo/release-action/compare/v1.15.0...v1.16.0) #### What's Changed - Bump [@&#8203;octokit/request-error](https://redirect.github.com/octokit/request-error) from 5.0.1 to 5.1.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/ncipollo/release-action/pull/498](https://redirect.github.com/ncipollo/release-action/pull/498) - Update checkout action version in example by [@&#8203;Cycloctane](https://redirect.github.com/Cycloctane) in [https://github.com/ncipollo/release-action/pull/496](https://redirect.github.com/ncipollo/release-action/pull/496) - Bump undici from 5.28.4 to 5.28.5 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/ncipollo/release-action/pull/499](https://redirect.github.com/ncipollo/release-action/pull/499) - Bump glob from 11.0.0 to 11.0.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/ncipollo/release-action/pull/495](https://redirect.github.com/ncipollo/release-action/pull/495) - Bump [@&#8203;types/node](https://redirect.github.com/types/node) from 22.10.3 to 22.13.4 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/ncipollo/release-action/pull/500](https://redirect.github.com/ncipollo/release-action/pull/500) - Regenerate release notes on release updates by [@&#8203;rantoniuk](https://redirect.github.com/rantoniuk) in [https://github.com/ncipollo/release-action/pull/497](https://redirect.github.com/ncipollo/release-action/pull/497) #### New Contributors - [@&#8203;rantoniuk](https://redirect.github.com/rantoniuk) made their first contribution in [https://github.com/ncipollo/release-action/pull/497](https://redirect.github.com/ncipollo/release-action/pull/497) **Full Changelog**: ncipollo/release-action@v1...v1.16.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 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/cloud-py-api/nc_py_api). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fc9b7aa commit 39ff737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
path: wheelhouse_nc_py_api
5959

6060
- name: Create release draft
61-
uses: ncipollo/release-action@v1.15.0
61+
uses: ncipollo/release-action@v1.16.0
6262
with:
6363
name: ${{ env.RELEASE_TAG }}
6464
tag: ${{ env.RELEASE_TAG }}

0 commit comments

Comments
 (0)