From 9fae14b8556efa9c5be360bc335da001077f42c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 15:52:33 +0000 Subject: [PATCH] chore(deps): update namchee/conventional-pr action to v0.15.4 --- .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..98454f8 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.4 with: access_token: ${{ secrets.GITHUB_TOKEN }}