From 7fb832c5594b1c0f5b6c98315249a58fb85cab7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 15:32:35 +0000 Subject: [PATCH] chore(Dependabot): Bump taskmedia/action-conventional-commits Bumps [taskmedia/action-conventional-commits](https://github.com/taskmedia/action-conventional-commits) from 1.1.8 to 1.1.9. - [Release notes](https://github.com/taskmedia/action-conventional-commits/releases) - [Changelog](https://github.com/taskmedia/action-conventional-commits/blob/main/CHANGELOG.md) - [Commits](https://github.com/taskmedia/action-conventional-commits/compare/v1.1.8...v1.1.9) --- updated-dependencies: - dependency-name: taskmedia/action-conventional-commits dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/convco.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/convco.yml b/.github/workflows/convco.yml index 027c75a..3ade94e 100644 --- a/.github/workflows/convco.yml +++ b/.github/workflows/convco.yml @@ -10,6 +10,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: taskmedia/action-conventional-commits@v1.1.8 + - uses: taskmedia/action-conventional-commits@v1.1.9 with: types: "feat|fix|build|chore|ci|docs|style|refactor|perf|test" \ No newline at end of file