mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-03-29 19:23:30 -04:00
chore(deps): update actions/ai-inference action to v2 (#3888)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/models_completeness.yml
vendored
2
.github/workflows/models_completeness.yml
vendored
@@ -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: |
|
||||
|
||||
2
.github/workflows/models_quality.yml
vendored
2
.github/workflows/models_quality.yml
vendored
@@ -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: |
|
||||
|
||||
2
.github/workflows/models_resolver.yml
vendored
2
.github/workflows/models_resolver.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user