From 5a18b9827491aa1aea710bc9b85c6b63ed0dad14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 11:35:54 +0300 Subject: [PATCH] chore(deps): bump amannn/action-semantic-pull-request from 5.5.0 to 5.5.2 (#2756) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/semantic-pr-subject.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semantic-pr-subject.yml b/.github/workflows/semantic-pr-subject.yml index 4772512a..444e4d84 100644 --- a/.github/workflows/semantic-pr-subject.yml +++ b/.github/workflows/semantic-pr-subject.yml @@ -14,6 +14,6 @@ jobs: semantic-pr-subject: runs-on: ubuntu-latest steps: - - uses: amannn/action-semantic-pull-request@v5.5.0 + - uses: amannn/action-semantic-pull-request@v5.5.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}