Skip to content

Commit 48e14bc

Browse files
authored
ci: fix deprecation review automation for PRs (electron#39649)
1 parent 83760bd commit 48e14bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request-labeled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
echo "TOKEN=$TOKEN" >> "$GITHUB_OUTPUT"
2424
- name: Set status
2525
if: ${{ steps.generate-token.outputs.TOKEN }}
26-
uses: github/update-project-action@2d475e08804f11f4022df7e21f5816531e97cb64 # v2
26+
uses: dsanders11/update-project-action@7ade91760df70df76770a238abee7a4869e01cf8
2727
with:
2828
github_token: ${{ steps.generate-token.outputs.TOKEN }}
2929
organization: electron

0 commit comments

Comments
 (0)