Skip to content

Commit 0966775

Browse files
chore(deps-ci): bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) and [python-semantic-release/publish-action](https://github.com/python-semantic-release/publish-action). Updates `python-semantic-release/python-semantic-release` from 10.5.2 to 10.5.3 - [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases) - [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.rst) - [Commits](python-semantic-release/python-semantic-release@v10.5.2...v10.5.3) Updates `python-semantic-release/publish-action` from 10.5.2 to 10.5.3 - [Release notes](https://github.com/python-semantic-release/publish-action/releases) - [Changelog](https://github.com/python-semantic-release/publish-action/blob/main/releaserc.toml) - [Commits](python-semantic-release/publish-action@v10.5.2...v10.5.3) --- updated-dependencies: - dependency-name: python-semantic-release/python-semantic-release dependency-version: 10.5.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: python-semantic-release/publish-action dependency-version: 10.5.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2a55611 commit 0966775

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,14 @@ jobs:
8585
# - Create GitHub release
8686
- name: Python Semantic Release
8787
id: release
88-
uses: python-semantic-release/python-semantic-release@v10.5.2
88+
uses: python-semantic-release/python-semantic-release@v10.5.3
8989
with:
9090
github_token: ${{ secrets.GITHUB_TOKEN }}
9191
- name: Upload package to PyPI
9292
uses: pypa/gh-action-pypi-publish@release/v1
9393
if: steps.release.outputs.released == 'true'
9494
- name: Upload Github Release Assets
95-
uses: python-semantic-release/publish-action@v10.5.2
95+
uses: python-semantic-release/publish-action@v10.5.3
9696
if: steps.release.outputs.released == 'true'
9797
with:
9898
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)