Skip to content

Commit 868b072

Browse files
chore(deps-ci): bump the github-actions group with 2 updates (#225)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 55ccabb commit 868b072

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
@@ -88,14 +88,14 @@ jobs:
8888
# - Create GitHub release
8989
- name: Python Semantic Release
9090
id: release
91-
uses: python-semantic-release/python-semantic-release@v10.0.2
91+
uses: python-semantic-release/python-semantic-release@v10.2.0
9292
with:
9393
github_token: ${{ secrets.GITHUB_TOKEN }}
9494
- name: Upload package to PyPI
9595
uses: pypa/gh-action-pypi-publish@release/v1
9696
if: steps.release.outputs.released == 'true'
9797
- name: Upload Github Release Assets
98-
uses: python-semantic-release/publish-action@v10.0.2
98+
uses: python-semantic-release/publish-action@v10.2.0
9999
if: steps.release.outputs.released == 'true'
100100
with:
101101
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)