Skip to content

Commit 25b0018

Browse files
Bump stefanzweifel/git-auto-commit-action from 4 to 5 (#59)
* Bump stefanzweifel/git-auto-commit-action from 4 to 5 Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4 to 5. - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](stefanzweifel/git-auto-commit-action@v4...v5) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Update CHANGELOG + require pylint 3.x --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nguyen Damien <[email protected]>
1 parent 6535e2f commit 25b0018

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/draft_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
python3 -m mdformat CHANGELOG.md
3131
3232
- name: Commit changes
33-
uses: stefanzweifel/git-auto-commit-action@v4
33+
uses: stefanzweifel/git-auto-commit-action@v5
3434
id: make-commit
3535
with:
3636
branch: release/${{ github.event.inputs.tag }}

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Changed
1111

1212
- Changed minimum Python version to 3.8.X
13+
- Requires Pylint 3.0
1314

1415
### Fixed
1516

@@ -33,6 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3334
- Update `pre-commit/pre-commit-hooks` hook to v4.5.0
3435
- Update `psf/black` hook to v23.11.0
3536
- Update `yamllint` hook to v1.33.0
37+
- Update GitHub Action `stefanzweifel/git-auto-commit-action` to v5
3638

3739
## [v1.4.1] - 2022-05-04
3840

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ python_requires = >=3.8
2828
setup_requires =
2929
setuptools_scm[toml]
3030
install_requires =
31-
pylint>=2
31+
pylint>=3.0
3232

3333
[options.extras_require]
3434
test =

0 commit comments

Comments
 (0)