From d8aaf87988d6b689b82892badce405ed07f8da5e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 13:20:57 +0100 Subject: [PATCH] [CI skip] Update thollander/actions-comment-pull-request action to v2.4.3 --- .github/workflows/pr-labels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-labels.yml b/.github/workflows/pr-labels.yml index 3b8f8f3eb..0636851f9 100644 --- a/.github/workflows/pr-labels.yml +++ b/.github/workflows/pr-labels.yml @@ -31,7 +31,7 @@ jobs: api: '🔧 API' compatibility: '🤝 Compatibility' - - uses: thollander/actions-comment-pull-request@v2.4.2 + - uses: thollander/actions-comment-pull-request@v2.4.3 name: Leave a comment about the applied label if: ${{ steps.labeller.outputs.applied != 0 }} with: @@ -40,7 +40,7 @@ jobs: Your Pull Request was automatically labelled as: "${{ steps.labeller.outputs.applied }}" Thank you for contributing to this project! ❤️ - - uses: thollander/actions-comment-pull-request@v2.4.2 + - uses: thollander/actions-comment-pull-request@v2.4.3 name: Leave a comment about our branch naming convention if: ${{ steps.labeller.outputs.applied == 0 }} with: