Skip to content

Commit 1208864

Browse files
Merge 38e553f into dcb8e9b
2 parents dcb8e9b + 38e553f commit 1208864

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/canary-comment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# Get PR number from the workflow run
2020
- name: Get PR info
2121
id: pr-info
22-
uses: actions/github-script@v7
22+
uses: actions/github-script@v8
2323
with:
2424
script: |
2525
// Get the workflow run details
@@ -60,7 +60,7 @@ jobs:
6060
- name: Extract canary info
6161
if: ${{ steps.pr-info.outputs.found == 'true' && steps.pr-info.outputs.has_canary_label == 'true' && github.event.workflow_run.conclusion == 'success' }}
6262
id: canary-info
63-
uses: actions/github-script@v7
63+
uses: actions/github-script@v8
6464
with:
6565
script: |
6666
const workflowRun = context.payload.workflow_run;

0 commit comments

Comments
 (0)