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;