Update first_time_contributor_detect.yml

update actions
This commit is contained in:
project516 2026-05-11 17:09:38 -05:00 committed by OpenSauce04
parent ab6896a2ca
commit a14cd4455a

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;