From ab5d68b48473c3bc7cc1576d6595e1bd909cfbef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 01:57:05 +0000 Subject: [PATCH] chore(deps): update actions/ai-inference action to v2 (#3888) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/models_completeness.yml | 2 +- .github/workflows/models_quality.yml | 2 +- .github/workflows/models_resolver.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/models_completeness.yml b/.github/workflows/models_completeness.yml index 0282aa931..d61bf99d5 100644 --- a/.github/workflows/models_completeness.yml +++ b/.github/workflows/models_completeness.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check issue completeness - uses: actions/ai-inference@v1 + uses: actions/ai-inference@v2 id: ai with: prompt: | diff --git a/.github/workflows/models_quality.yml b/.github/workflows/models_quality.yml index 4be26c6a6..8338d6c94 100644 --- a/.github/workflows/models_quality.yml +++ b/.github/workflows/models_quality.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Detect spam or low-quality content - uses: actions/ai-inference@v1 + uses: actions/ai-inference@v2 id: ai with: prompt: | diff --git a/.github/workflows/models_resolver.yml b/.github/workflows/models_resolver.yml index fa97c5ae3..9fbd55e1e 100644 --- a/.github/workflows/models_resolver.yml +++ b/.github/workflows/models_resolver.yml @@ -14,7 +14,7 @@ jobs: if: github.event.pull_request.author_association == 'FIRST_TIME_CONTRIBUTOR' steps: - name: Generate welcome message - uses: actions/ai-inference@v1 + uses: actions/ai-inference@v2 id: ai with: prompt: |