From c28dfa3148a9bb64945e02c4ca24fbb0f16b97e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 08:58:14 +0000 Subject: [PATCH] chore(deps): bump Namchee/conventional-pr from 0.13.0 to 0.14.0 Bumps [Namchee/conventional-pr](https://github.com/namchee/conventional-pr) from 0.13.0 to 0.14.0. - [Release notes](https://github.com/namchee/conventional-pr/releases) - [Commits](https://github.com/namchee/conventional-pr/compare/15e783651cfaa0c26ed993b971edf4418f50aba0...5d1221ff603c491a4abb1e614a0f4ded41d4b397) --- updated-dependencies: - dependency-name: Namchee/conventional-pr dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/validate-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-pr.yml b/.github/workflows/validate-pr.yml index 78aa643b..4326c20f 100644 --- a/.github/workflows/validate-pr.yml +++ b/.github/workflows/validate-pr.yml @@ -11,7 +11,7 @@ jobs: conventional-commit: runs-on: ubuntu-latest steps: - - uses: Namchee/conventional-pr@15e783651cfaa0c26ed993b971edf4418f50aba0 # v0.13.0 + - uses: Namchee/conventional-pr@5d1221ff603c491a4abb1e614a0f4ded41d4b397 # v0.14.0 with: access_token: ${{ secrets.GITHUB_TOKEN }} body: false