Skip to content

Commit 0cbf2b6

Browse files
chore(deps): bump python-semantic-release/python-semantic-release
Bumps [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 10.0.0 to 10.0.2. - [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.0.0...v10.0.2) --- updated-dependencies: - dependency-name: python-semantic-release/python-semantic-release dependency-version: 10.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4b9be73 commit 0cbf2b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Action | Semantic Version Release
3636
id: release
3737
# Adjust tag with desired version if applicable.
38-
uses: python-semantic-release/[email protected].0
38+
uses: python-semantic-release/[email protected].2
3939
with:
4040
build: true
4141
github_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Action | Semantic Version Release
4040
id: release
4141
# Adjust tag with desired version if applicable.
42-
uses: python-semantic-release/[email protected].0
42+
uses: python-semantic-release/[email protected].2
4343
with:
4444
build: true
4545
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)