Skip to content

Commit 1e6b6d0

Browse files
chore(deps-ci): bump the github-actions group with 2 updates
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 9 to 10 - [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@v9...v10) Updates `python-semantic-release/publish-action` from 9 to 10 - [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@v9...v10) --- updated-dependencies: - dependency-name: python-semantic-release/python-semantic-release dependency-version: '10' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: python-semantic-release/publish-action dependency-version: '10' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1f21346 commit 1e6b6d0

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
@@ -81,7 +81,7 @@ jobs:
8181
8282
# Do a dry run of PSR
8383
- name: Test release
84-
uses: python-semantic-release/python-semantic-release@v9
84+
uses: python-semantic-release/python-semantic-release@v10
8585
with:
8686
root_options: --noop
8787
github_token: noop
@@ -113,7 +113,7 @@ jobs:
113113
114114
# On main branch: actual PSR + upload to PyPI & GitHub
115115
- name: Release
116-
uses: python-semantic-release/python-semantic-release@v9
116+
uses: python-semantic-release/python-semantic-release@v10
117117
id: release
118118
with:
119119
github_token: ${{ secrets.GITHUB_TOKEN }}
@@ -129,7 +129,7 @@ jobs:
129129
if: steps.release.outputs.released == 'true'
130130

131131
- name: Publish package distributions to GitHub Releases
132-
uses: python-semantic-release/publish-action@v9
132+
uses: python-semantic-release/publish-action@v10
133133
if: steps.release.outputs.released == 'true'
134134
with:
135135
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)