Skip to content

Commit

Permalink
chore(gh-actions-deps): update python-semantic-release dependencies t…
Browse files Browse the repository at this point in the history
…o v9.8.9 in all dependant reusable workflows
  • Loading branch information
renovate[bot] authored Oct 2, 2024
1 parent 75ba290 commit ada32c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_reusable-package-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
previous-changelog-filepath: ${{ inputs.previous-changelog-filepath }}
previous-release-notes-filepath: ${{ inputs.previous-release-notes-filepath }}
- name: Python Semantic Release
uses: python-semantic-release/python-semantic-release@fe6b271e942115b528c85e42bc19611b01dcea59 # v9.8.8
uses: python-semantic-release/python-semantic-release@cbe8eaaa7a06ef218fce69bd1bc01dd16483dc6d # v9.8.9
id: release
with:
force: ${{ inputs.release-level }}
Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:
name: Packages
path: dist
- name: Publish package distributions to GitHub Releases
uses: python-semantic-release/upload-to-gh-release@fa2bbbf8e61069551abd513fdc5627e14c8637c7 # v9.8.8
uses: python-semantic-release/upload-to-gh-release@0a92b5d7ebfc15a84f9801ebd1bf706343d43711 # v9.8.9
with:
root_options: -v --strict
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit ada32c8

Please sign in to comment.