Skip to content

Commit 0441a3e

Browse files
authored
Merge branch 'master' into zero-dim_matmatmul
2 parents c154079 + 1e35ff7 commit 0441a3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/Format.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
[ $EXIT_CODE -eq 2 ] && exit 1 || exit 0
5959
6060
- name: Find comment
61-
uses: peter-evans/find-comment@v3
61+
uses: peter-evans/find-comment@v4
6262
id: find-comment
6363
with:
6464
issue-number: ${{ github.event.pull_request.number }}
@@ -67,7 +67,7 @@ jobs:
6767

6868
- name: Comment formatting suggestions
6969
if: steps.runic.outputs.exit_code == 1
70-
uses: peter-evans/create-or-update-comment@v4
70+
uses: peter-evans/create-or-update-comment@v5
7171
with:
7272
comment-id: ${{ steps.find-comment.outputs.comment-id }}
7373
issue-number: ${{ github.event.pull_request.number }}
@@ -89,7 +89,7 @@ jobs:
8989

9090
- name: Update stale comment
9191
if: steps.runic.outputs.exit_code == 0 && steps.find-comment.outputs.comment-id
92-
uses: peter-evans/create-or-update-comment@v4
92+
uses: peter-evans/create-or-update-comment@v5
9393
with:
9494
comment-id: ${{ steps.find-comment.outputs.comment-id }}
9595
issue-number: ${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)