diff --git a/.github/workflows/community-label.yml b/.github/workflows/community-label.yml index 3740e983..3cf4a0fc 100644 --- a/.github/workflows/community-label.yml +++ b/.github/workflows/community-label.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Add community label if: github.event.pull_request.author_association != 'MEMBER' && github.event.pull_request.author_association != 'OWNER' && github.event.pull_request.author_association != 'COLLABORATOR' - uses: actions/github-script@v7 + uses: actions/github-script@v8.0 with: script: | const pullRequestNumber = context.payload.pull_request.number;