Skip to content

Commit 66d29c1

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

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@v9.21.0
88+
uses: python-semantic-release/python-semantic-release@v10.0.2
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@v9.21.0
95+
uses: python-semantic-release/publish-action@v10.0.2
9696
if: steps.release.outputs.released == 'true'
9797
with:
9898
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)