From 1950e473aeb844f7c11ce74b9541d77474e962fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 15:27:26 +0000 Subject: [PATCH] chore(deps): update amannn/action-semantic-pull-request action to v4.6.0 --- .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 6f40f80f9..34001d0c8 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.5.0 + - uses: amannn/action-semantic-pull-request@v4.6.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: