Update first_time_contributor_reopen.yml

update actions
This commit is contained in:
project516 2026-05-11 17:10:23 -05:00 committed by OpenSauce04
parent a14cd4455a
commit 930bde2466

View file

@ -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;