@@ -73,15 +73,15 @@ jobs:
7373 steps :
7474 - name : Generate GitHub App Token
7575 id : app-token
76- uses : actions/create-github-app-token@v2
76+ uses : actions/create-github-app-token@v3
7777 with :
7878 app-id : ${{ secrets.PROJECT_BOARD_BOT_APP_ID }}
7979 private-key : ${{ secrets.PROJECT_BOARD_BOT_PRIVATE_KEY }}
8080 owner : ${{ env.ORG_NAME }}
8181 - name : Get PR Node ID for workflow_dispatch
8282 id : get-pr
8383 if : github.event_name == 'workflow_dispatch'
84- uses : actions/github-script@v7
84+ uses : actions/github-script@v8
8585 env :
8686 PR_NUMBER : ${{ github.event.inputs.pr_number }}
8787 REPO : ${{ github.event.inputs.repository }}
@@ -105,7 +105,7 @@ jobs:
105105
106106 - name : Determine PR status and matching boards
107107 id : check
108- uses : actions/github-script@v7
108+ uses : actions/github-script@v8
109109 env :
110110 ORG_NAME : ' ${{ env.ORG_NAME }}'
111111 PR_NODE_ID : ${{ inputs.pr_node_id }}
@@ -257,7 +257,7 @@ jobs:
257257 core.setOutput('pr_node_id', nodeId);
258258 - name : Update Project Boards
259259 if : steps.check.outputs.has_matches == 'true'
260- uses : actions/github-script@v7
260+ uses : actions/github-script@v8
261261 env :
262262 MATCHING_BOARDS : ' ${{ steps.check.outputs.matching_boards }}'
263263 PR_NODE_ID : ${{ steps.check.outputs.pr_node_id }}
0 commit comments