From 80c4c6a3cb4d5bb5cb3908e173f0e24f73619635 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Apr 2022 03:17:11 +0900 Subject: [PATCH] chore(deps): update amannn/action-semantic-pull-request action to v4.4.0 (#190) Co-authored-by: Renovate Bot --- .github/workflows/pr-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index 3ad39965d..276ce2d86 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -15,7 +15,7 @@ jobs: permissions: pull-requests: write steps: - - uses: amannn/action-semantic-pull-request@v4.3.0 + - uses: amannn/action-semantic-pull-request@v4.4.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: