diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 654ad78..3b2cdd4 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -10,6 +10,6 @@ jobs: runs-on: ubuntu-latest steps: - name: PR Conventional Commit Validation - uses: ytanikin/pr-conventional-commits@1.4.0 + uses: ytanikin/pr-conventional-commits@1.4.2 with: task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert"]' diff --git a/CHANGELOG.md b/CHANGELOG.md index 06de26d..a302505 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,22 @@ * Build and test a base Python image. [Ben Dalling] +### Build + +* Bump ytanikin/pr-conventional-commits from 1.4.0 to 1.4.2. [dependabot[bot]] + + Bumps [ytanikin/pr-conventional-commits](https://github.com/ytanikin/pr-conventional-commits) from 1.4.0 to 1.4.2. + - [Release notes](https://github.com/ytanikin/pr-conventional-commits/releases) + - [Commits](https://github.com/ytanikin/pr-conventional-commits/compare/1.4.0...1.4.2) + + --- + updated-dependencies: + - dependency-name: ytanikin/pr-conventional-commits + dependency-version: 1.4.2 + dependency-type: direct:production + update-type: version-update:semver-patch + ... + ### Continuous Integration * Add build and test targets in GitHub workflow. [Ben Dalling]