Skip to content

Commit 456587f

Browse files
authored
Merge pull request #53 from linuxserver/dependabot/github_actions/peter-evans/create-or-update-comment-5.0.0
2 parents f4c9718 + 764b2d3 commit 456587f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker-mod-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
fi
182182
183183
- name: Add GHCR push comment to PR
184-
uses: peter-evans/create-or-update-comment@v4.0.0
184+
uses: peter-evans/create-or-update-comment@v5.0.0
185185
if: ${{ env.GITHUB_REPO == format('{0}/{1}', github.event.pull_request.base.repo.owner.login, github.event.pull_request.base.repo.name) && env.CR_USER && env.CR_PAT }}
186186
with:
187187
token: ${{ secrets.CR_PAT }}

.github/workflows/invalid-interaction-helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
issues: write
1111
steps:
1212
- name: Add comment on invalid
13-
uses: peter-evans/create-or-update-comment@v4.0.0
13+
uses: peter-evans/create-or-update-comment@v5.0.0
1414
with:
1515
issue-number: ${{ github.event.issue.number}}
1616
body: |

.github/workflows/issue-pr-tracker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
run: |
102102
echo 'PR [#${{ github.event.pull_request.number }}](${{ github.event.pull_request.html_url }}) is added to [project](https://github.com/orgs/linuxserver/projects/8) column "PRs Approved"' >> $GITHUB_STEP_SUMMARY
103103
- name: Add Comment on Invalid Labeling
104-
uses: peter-evans/create-or-update-comment@v4.0.0
104+
uses: peter-evans/create-or-update-comment@v5.0.0
105105
if: ${{ github.event_name == 'issues' && github.event.issue.state == 'open' && github.event.label.name == 'invalid' && contains(github.event.issue.labels.*.name, 'invalid') && ! contains(github.event.issue.labels.*.name, 'closed-pr-activity') }}
106106
with:
107107
issue-number: ${{ github.event.issue.number}}

0 commit comments

Comments
 (0)