diff --git a/.github/workflows/pr-label.yml b/.github/workflows/pr-label.yml index 24c5c0b..2473906 100644 --- a/.github/workflows/pr-label.yml +++ b/.github/workflows/pr-label.yml @@ -12,7 +12,7 @@ jobs: pull-requests: write steps: - name: Check if first-time contributor - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const author = context.payload.pull_request.user.login;