Skip to content

Commit 00a882c

Browse files
Bump actions/ai-inference from 2.0.2 to 2.0.3 (home-assistant#157466)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 44a6772 commit 00a882c

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

0 commit comments

Comments
 (0)