From 63ed01c4c6c8d8d39b15aa40db2fb49a64b3276d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Oct 2023 09:39:15 +0000 Subject: [PATCH] chore(deps): update namchee/conventional-pr action to v0.15.1 --- .github/workflows/conv-pull-requests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conv-pull-requests.yml b/.github/workflows/conv-pull-requests.yml index be3d85a..265891f 100644 --- a/.github/workflows/conv-pull-requests.yml +++ b/.github/workflows/conv-pull-requests.yml @@ -13,6 +13,6 @@ jobs: runs-on: ubuntu-latest steps: - name: conventional-pr - uses: Namchee/conventional-pr@v0.13.0 + uses: Namchee/conventional-pr@v0.15.1 with: access_token: ${{ secrets.GITHUB_TOKEN }}