From 1ec71fb87b878ce6740f8ba3f83c0d06ab30cb76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Oct 2023 19:19:13 +0000 Subject: [PATCH] chore(deps): bump Namchee/conventional-pr from 0.14.0 to 0.14.1 Bumps [Namchee/conventional-pr](https://github.com/namchee/conventional-pr) from 0.14.0 to 0.14.1. - [Release notes](https://github.com/namchee/conventional-pr/releases) - [Commits](https://github.com/namchee/conventional-pr/compare/v0.14.0...v0.14.1) --- updated-dependencies: - dependency-name: Namchee/conventional-pr dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pr_lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_lint.yml b/.github/workflows/pr_lint.yml index 75029a196..a2fffd6de 100644 --- a/.github/workflows/pr_lint.yml +++ b/.github/workflows/pr_lint.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: Namchee/conventional-pr@v0.14.0 + - uses: Namchee/conventional-pr@v0.14.1 # env: # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: