Skip to content

Commit 4e3cb80

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.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) --- 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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent df183d1 commit 4e3cb80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,15 @@ jobs:
8989
git config user.email "actions@github.com"
9090
- name: Test Semantic Release (No-op)
9191
id: test-release
92-
uses: python-semantic-release/python-semantic-release@v10.5.2
92+
uses: python-semantic-release/python-semantic-release@v10.5.3
9393
with:
9494
github_token: ${{ secrets.GITHUB_TOKEN }}
9595
changelog: true
9696
# Use noop mode to test without making changes
9797
no_operation_mode: true
9898
- name: Test Semantic Release (Dry Run)
9999
id: test-release-dry
100-
uses: python-semantic-release/python-semantic-release@v10.5.2
100+
uses: python-semantic-release/python-semantic-release@v10.5.3
101101
with:
102102
github_token: ${{ secrets.GITHUB_TOKEN }}
103103
changelog: true
@@ -129,7 +129,7 @@ jobs:
129129
persist-credentials: false
130130
- name: Python Semantic Release
131131
id: release
132-
uses: python-semantic-release/python-semantic-release@v10.5.2
132+
uses: python-semantic-release/python-semantic-release@v10.5.3
133133
with:
134134
github_token: ${{ secrets.GH_TOKEN }}
135135
changelog: true

0 commit comments

Comments
 (0)