Skip to content

Commit 53ce90b

Browse files
authored
Fix version number for PR finder.
1 parent 25246f8 commit 53ce90b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
- name: Find GitHub PR ID
153153
if: ${{ github.event_name == 'pull_request' }}
154154
id: pr_finder
155-
uses: jwalton/gh-find-current-pr@mv1
155+
uses: jwalton/gh-find-current-pr@v1
156156
with:
157157
github-token: ${{ secrets.GITHUB_TOKEN }}
158158

0 commit comments

Comments
 (0)