Skip to content

Commit 4954c2a

Browse files
Bump actions/ai-inference from 1.2.8 to 2.0.0 (home-assistant#150619)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f28e9f6 commit 4954c2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/detect-duplicate-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231
- name: Detect duplicates using AI
232232
id: ai_detection
233233
if: steps.extract.outputs.should_continue == 'true' && steps.fetch_similar.outputs.has_similar == 'true'
234-
uses: actions/ai-inference@v1.2.8
234+
uses: actions/ai-inference@v2.0.0
235235
with:
236236
model: openai/gpt-4o
237237
system-prompt: |

.github/workflows/detect-non-english-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Detect language using AI
5858
id: ai_language_detection
5959
if: steps.detect_language.outputs.should_continue == 'true'
60-
uses: actions/ai-inference@v1.2.8
60+
uses: actions/ai-inference@v2.0.0
6161
with:
6262
model: openai/gpt-4o-mini
6363
system-prompt: |

0 commit comments

Comments
 (0)