Skip to content

Commit db6fd25

Browse files
chore(ci): bump the github-actions group with 2 updates (#330)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dc64fe1 commit db6fd25

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
@@ -79,7 +79,7 @@ jobs:
7979

8080
- name: Python Semantic Release
8181
id: release
82-
uses: python-semantic-release/[email protected].2
82+
uses: python-semantic-release/[email protected].3
8383
with:
8484
github_token: ${{ secrets.GITHUB_TOKEN }}
8585

@@ -88,7 +88,7 @@ jobs:
8888
if: steps.release.outputs.released == 'true'
8989

9090
- name: Publish package to GitHub Release
91-
uses: python-semantic-release/[email protected].2
91+
uses: python-semantic-release/[email protected].3
9292
if: steps.release.outputs.released == 'true'
9393
with:
9494
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)