From 31285d0f8b154c1e3aa3b47dcc107df02948bf5f Mon Sep 17 00:00:00 2001 From: Edwin Jose Date: Fri, 26 Dec 2025 11:00:42 -0600 Subject: [PATCH] Update .github/workflows/auto-delete-branch.yml Co-authored-by: Madhavan --- .github/workflows/auto-delete-branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-delete-branch.yml b/.github/workflows/auto-delete-branch.yml index 65e2aa58..b30f5b75 100644 --- a/.github/workflows/auto-delete-branch.yml +++ b/.github/workflows/auto-delete-branch.yml @@ -12,7 +12,7 @@ jobs: contents: write steps: - name: Delete merged branch - uses: actions/github-script@v7 + uses: actions/github-script@v8.0 with: script: | const branchName = context.payload.pull_request.head.ref;