Skip to content

Commit fabd6fd

Browse files
chore(deps): update peter-evans/create-or-update-comment action to v5 (#142)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d9b1f98 commit fabd6fd

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/closing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-24.04
2525
steps:
2626
- name: Add closed question comment
27-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
27+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
2828
if: |
2929
github.actor != 'renovate[bot]' &&
3030
github.event.issue.state_reason == 'completed' &&
@@ -42,7 +42,7 @@ jobs:
4242
* In case you see a similar problem, please open a separate issue.
4343
* If you are happy with the outcome, don’t hesitate to support Weblate by making a [donation](https://weblate.org/donate/).
4444
- name: Add closed issue comment
45-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
45+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
4646
if: |
4747
github.actor != 'renovate[bot]' &&
4848
github.event.issue.state_reason == 'completed' &&

.github/workflows/labels.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-24.04
2121
steps:
2222
- name: Add backlog comment
23-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
23+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
2424
if: ${{ github.event.label.name == 'backlog' }}
2525
with:
2626
token: ${{ secrets.GITHUB_TOKEN }}
@@ -33,7 +33,7 @@ jobs:
3333
In case you need this feature soon, please consider helping
3434
or push it by [funding the development](https://weblate.org/support/).
3535
- name: Add undecided comment
36-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
36+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
3737
if: ${{ github.event.label.name == 'undecided' }}
3838
with:
3939
token: ${{ secrets.GITHUB_TOKEN }}
@@ -46,7 +46,7 @@ jobs:
4646
4747
Please try to clarify the use case or consider proposing something more generic to make it useful to more users.
4848
- name: Add question comment
49-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
49+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
5050
if: ${{ github.event.label.name == 'question' }}
5151
with:
5252
token: ${{ secrets.GITHUB_TOKEN }}
@@ -63,7 +63,7 @@ jobs:
6363
6464
In case your question is already answered, [making a donation](https://weblate.org/donate/) is the right way to say thank you!
6565
- name: Add translate-toolkit comment
66-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
66+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
6767
if: ${{ github.event.label.name == 'translate-toolkit' }}
6868
with:
6969
token: ${{ secrets.GITHUB_TOKEN }}
@@ -72,7 +72,7 @@ jobs:
7272
The issue you've reported needs to be addressed in the [translate-toolkit](https://github.com/translate/translate/).
7373
Please file the issue there, and include links to any relevant specifications about the formats (if applicable).
7474
- name: Add good first issue comment
75-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
75+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
7676
if: ${{ github.event.label.name == 'good first issue' }}
7777
with:
7878
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)