Update first_time_contributor_detect.yml

update actions
This commit is contained in:
project516 2026-05-11 17:09:38 -05:00 committed by GitHub
parent dbe7fd979f
commit cfcfbee350
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,7 @@ jobs:
(github.event.pull_request.author_association != 'OWNER')
steps:
- name: Detect PR if author is first-time contributor
uses: actions/github-script@v7
uses: actions/github-script@v9
with:
script: |
const { owner, repo } = context.repo;