Skip to content

Commit 3ffba00

Browse files
committed
Merge remote-tracking branch 'upstream/master' into xls-num-symlinks
2 parents 84d5caa + bf11948 commit 3ffba00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/assign-xls-number.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@ jobs:
5555
- name: Check for existing assignment comment
5656
if: steps.check-drafts.outputs.has_drafts == 'true'
5757
id: find-comment
58-
uses: peter-evans/find-comment@v3
58+
uses: peter-evans/find-comment@v4
5959
with:
6060
issue-number: ${{ github.event.pull_request.number }}
6161
comment-author: "github-actions[bot]"
6262
body-includes: "XLS Number Assignment"
6363

6464
- name: Post or update PR comment
6565
if: steps.check-drafts.outputs.has_drafts == 'true' && steps.find-comment.outputs.comment-id == ''
66-
uses: peter-evans/create-or-update-comment@v4
66+
uses: peter-evans/create-or-update-comment@v5
6767
with:
6868
issue-number: ${{ github.event.pull_request.number }}
6969
body: |

0 commit comments

Comments
 (0)