From 7271fb3d8850530a14c8a95aa76d5a6f2c6d7227 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 07:20:54 +0000 Subject: [PATCH] chore(deps): update amannn/action-semantic-pull-request action to v5.2.0 --- .github/workflows/semantic-pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semantic-pr.yaml b/.github/workflows/semantic-pr.yaml index b43e370..1c96349 100644 --- a/.github/workflows/semantic-pr.yaml +++ b/.github/workflows/semantic-pr.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Validate Pull Request - uses: amannn/action-semantic-pull-request@v5.1.0 + uses: amannn/action-semantic-pull-request@v5.2.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: