Browse Source

ci: fix deprecation review automation for PRs (#39649)

David Sanders 1 year ago
parent
commit
48e14bc54e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/pull-request-labeled.yml

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

@@ -23,7 +23,7 @@ jobs:
           echo "TOKEN=$TOKEN" >> "$GITHUB_OUTPUT"
       - name: Set status
         if: ${{ steps.generate-token.outputs.TOKEN }}
-        uses: github/update-project-action@2d475e08804f11f4022df7e21f5816531e97cb64 # v2
+        uses: dsanders11/update-project-action@7ade91760df70df76770a238abee7a4869e01cf8
         with:
           github_token: ${{ steps.generate-token.outputs.TOKEN }}
           organization: electron