From 930bde24665b2efcc17e35c3e62c132cb2f80184 Mon Sep 17 00:00:00 2001 From: project516 <138796702+Project516@users.noreply.github.com> Date: Mon, 11 May 2026 17:10:23 -0500 Subject: [PATCH] Update first_time_contributor_reopen.yml update actions --- .github/workflows/first_time_contributor_reopen.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/first_time_contributor_reopen.yml b/.github/workflows/first_time_contributor_reopen.yml index e8c7eea15..7f59dd963 100644 --- a/.github/workflows/first_time_contributor_reopen.yml +++ b/.github/workflows/first_time_contributor_reopen.yml @@ -14,7 +14,7 @@ jobs: if: github.event.issue.pull_request && contains(github.event.issue.labels.*.name, 'needs verification') steps: - name: Verify and reopen PR - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const { owner, repo } = context.repo;