Skip to content

Commit fcaa2b2

Browse files
committed
bump action version
1 parent 79d94a2 commit fcaa2b2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,8 @@ jobs:
103103
steps:
104104
- name: Comment on PR with download link
105105
if: ${{ github.event_name == 'pull_request' }}
106-
uses: peter-evans/create-or-update-comment@v3
106+
uses: peter-evans/create-or-update-comment@v4
107107
with:
108-
token: ${{ secrets.GITHUB_TOKEN }}
109-
repository: ${{ github.repository }}
110108
issue-number: ${{ github.event.pull_request.number }}
111109
body: |
112110
🎉 The latest build is ready for download!

0 commit comments

Comments
 (0)