Skip to content

Commit c8fd6db

Browse files
Bump actions/ai-inference from 2.0.1 to 2.0.2 (home-assistant#157153)
1 parent 0a9f200 commit c8fd6db

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@a1c11829223a786afe3b5663db904a3aa1eac3a2 # v2.0.1
234+
uses: actions/ai-inference@5022b33bc1431add9b2831934daf8147a2ad9331 # v2.0.2
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@a1c11829223a786afe3b5663db904a3aa1eac3a2 # v2.0.1
60+
uses: actions/ai-inference@5022b33bc1431add9b2831934daf8147a2ad9331 # v2.0.2
6161
with:
6262
model: openai/gpt-4o-mini
6363
system-prompt: |

0 commit comments

Comments
 (0)