diff --git a/.github/workflows/conventional-labels.yml b/.github/workflows/conventional-labels.yml index e320df7e..10f761e6 100644 --- a/.github/workflows/conventional-labels.yml +++ b/.github/workflows/conventional-labels.yml @@ -25,7 +25,7 @@ jobs: pull-requests: read steps: - name: Check PR Description - uses: actions/github-script@v7 + uses: actions/github-script@v8.0 with: script: | const body = context.payload.pull_request.body || '';