diff --git a/.github/workflows/close-answered.yml b/.github/workflows/close-answered.yml index 1124e29..571ce4b 100644 --- a/.github/workflows/close-answered.yml +++ b/.github/workflows/close-answered.yml @@ -12,7 +12,7 @@ jobs: issues: write steps: - - uses: actions/github-script@v7 + - uses: actions/github-script@v9 with: script: | const OWNER_LOGIN = context.repo.owner;