From adcf727247aaaeb86456c07c66888e7bd8db63c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 13:29:39 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-or-update-comment action to v4 --- .github/workflows/closing.yml | 4 ++-- .github/workflows/labels.yml | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/closing.yml b/.github/workflows/closing.yml index 5b982a4..d9a1ff5 100644 --- a/.github/workflows/closing.yml +++ b/.github/workflows/closing.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Add closed question comment - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 if: | github.actor != 'renovate[bot]' && github.event.issue.state_reason == 'completed' && @@ -34,7 +34,7 @@ jobs: * In case you see a similar problem, please open a separate issue. * If you are happy with the outcome, don’t hesitate to support Weblate by making a [donation](https://weblate.org/donate/). - name: Add closed issue comment - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 if: | github.actor != 'renovate[bot]' && github.event.issue.state_reason == 'completed' && diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 6c45c62..d2191fc 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Add backlog comment - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 if: ${{ github.event.label.name == 'backlog' }} with: token: ${{ secrets.GITHUB_TOKEN }} @@ -33,7 +33,7 @@ jobs: In case you need this feature soon, please consider helping or push it by [funding the development](https://weblate.org/support/). - name: Add undecided comment - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 if: ${{ github.event.label.name == 'undecided' }} with: token: ${{ secrets.GITHUB_TOKEN }} @@ -46,7 +46,7 @@ jobs: Please try to clarify the use case or consider proposing something more generic to make it useful to more users. - name: Add question comment - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 if: ${{ github.event.label.name == 'question' }} with: token: ${{ secrets.GITHUB_TOKEN }} @@ -63,7 +63,7 @@ jobs: In case your question is already answered, [making a donation](https://weblate.org/donate/) is the right way to say thank you! - name: Add translate-toolkit comment - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 if: ${{ github.event.label.name == 'translate-toolkit' }} with: token: ${{ secrets.GITHUB_TOKEN }} @@ -72,7 +72,7 @@ jobs: The issue you've reported needs to be addressed in the [translate-toolkit](https://github.com/translate/translate/). Please file the issue there, and include links to any relevant specifications about the formats (if applicable). - name: Add good first issue comment - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 if: ${{ github.event.label.name == 'good first issue' }} with: token: ${{ secrets.GITHUB_TOKEN }}