From a14cd4455a7f13e5f7494b712902260ec2396a0f Mon Sep 17 00:00:00 2001 From: project516 <138796702+Project516@users.noreply.github.com> Date: Mon, 11 May 2026 17:09:38 -0500 Subject: [PATCH] Update first_time_contributor_detect.yml update actions --- .github/workflows/first_time_contributor_detect.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/first_time_contributor_detect.yml b/.github/workflows/first_time_contributor_detect.yml index da8c8bb68..5814e3eb7 100644 --- a/.github/workflows/first_time_contributor_detect.yml +++ b/.github/workflows/first_time_contributor_detect.yml @@ -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;