Skip to content

Commit

Permalink
fix(deps): update python-semantic-release/upload-to-gh-release action…
Browse files Browse the repository at this point in the history
… to v9.8.6 (#120)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[python-semantic-release/upload-to-gh-release](https://togithub.com/python-semantic-release/upload-to-gh-release)
| action | patch | `v9.8.5` -> `v9.8.6` |

---

### Release Notes

<details>
<summary>python-semantic-release/upload-to-gh-release
(python-semantic-release/upload-to-gh-release)</summary>

###
[`v9.8.6`](https://togithub.com/python-semantic-release/upload-to-gh-release/releases/tag/v9.8.6)

[Compare
Source](https://togithub.com/python-semantic-release/upload-to-gh-release/compare/v9.8.5...v9.8.6)

### v9.8.6 (2024-07-23)

#### Build System

- **deps:** bump python-semantic-release from 9.8.5 to 9.8.6
([#&#8203;19](https://togithub.com/python-semantic-release/upload-to-gh-release/issues/19),
[`23d348d`](https://togithub.com/python-semantic-release/upload-to-gh-release/commit/23d348d110f00824d9716cdaacfcd0717fcf7b32))

***

**Detailed Changes**:
python-semantic-release/upload-to-gh-release@v9.8.5...v9.8.6

</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 has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==-->

Signed-off-by: Renovate Bot <[email protected]>
Co-authored-by: renovate-gsuquet[bot] <173481049+renovate-gsuquet[bot]@users.noreply.github.com>
  • Loading branch information
renovate-gsuquet[bot] authored Jul 27, 2024
1 parent 9156a41 commit f69dd8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment-python-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ jobs:

- name: Publish to GitHub
if: steps.semantic-release.outputs.released == 'true'
uses: python-semantic-release/upload-to-gh-release@fe6cc89b43d8cbf0f9ce3285df3f77ff69c9b5d4 # v9.8.5
uses: python-semantic-release/upload-to-gh-release@0dcddac3ba7b691d7a3fd4586b640d7b214a0016 # v9.8.6
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f69dd8f

Please sign in to comment.