diff --git a/.github/workflows/auto-label.yml b/.github/workflows/auto-label.yml index 6706bd4..a18ddf4 100644 --- a/.github/workflows/auto-label.yml +++ b/.github/workflows/auto-label.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v4 - name: Auto-label based on PR content - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const prTitle = context.payload.pull_request.title.toLowerCase(); @@ -85,7 +85,7 @@ jobs: } - name: Add size label - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | // Get PR diff stats