diff --git a/.github/workflows/feature-check.yaml b/.github/workflows/feature-check.yaml index 9a18b240..e50edbdb 100644 --- a/.github/workflows/feature-check.yaml +++ b/.github/workflows/feature-check.yaml @@ -12,7 +12,7 @@ jobs: steps: - name: Check and close feature issues - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const issue = context.payload.issue;