diff --git a/.github/workflows/propogate-auto-merge.yml b/.github/workflows/propogate-auto-merge.yml index 65a3fcef7e4..6053b4bd002 100644 --- a/.github/workflows/propogate-auto-merge.yml +++ b/.github/workflows/propogate-auto-merge.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Detect backport and original PR (metadata) id: extract - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const pr = context.payload.pull_request; @@ -67,4 +67,4 @@ jobs: repo: context.repo.repo, issue_number: context.payload.pull_request.number, labels: ["auto-merge"] - }); \ No newline at end of file + });