From 4ee6976fe53cf94e6d18dec56418328a314884dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 23:04:25 +0200 Subject: [PATCH] build(deps): bump amannn/action-semantic-pull-request from 5.4.0 to 5.5.0 (#76) --- .github/workflows/lint-pr-title.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-pr-title.yml b/.github/workflows/lint-pr-title.yml index 1a875d8..83da015 100644 --- a/.github/workflows/lint-pr-title.yml +++ b/.github/workflows/lint-pr-title.yml @@ -14,7 +14,7 @@ jobs: steps: # Since this workflow is REQUIRED for a PR to be mergable, we have to have this 'if' statement in step level instead of job level. - if: ${{ !contains(fromJson('["asyncapi-bot", "dependabot[bot]", "dependabot-preview[bot]", "allcontributors[bot]"]'), github.actor) }} - uses: amannn/action-semantic-pull-request@e9fabac35e210fea40ca5b14c0da95a099eff26f #version 5.4.0 https://github.com/amannn/action-semantic-pull-request/releases/tag/v5.4.0 + uses: amannn/action-semantic-pull-request@c24d6dd07c69e0826c52021944f216b2e3192535 #version 5.5.0 https://github.com/amannn/action-semantic-pull-request/releases/tag/v5.5.0 id: lint_pr_title env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN}}