Skip to content

Commit 9a6d3b1

Browse files
chore(deps): update actions/ai-inference action to v2.0.3
1 parent 80b3073 commit 9a6d3b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- id: inference
5858
if: steps.prompt.outputs.changed == '1'
5959
continue-on-error: true
60-
uses: actions/ai-inference@a1c11829223a786afe3b5663db904a3aa1eac3a2 # v2.0.1
60+
uses: actions/ai-inference@02c6cc30ae592ce65ee356387748dfc2fd5f7993 # v2.0.3
6161
with:
6262
prompt-file: ../prompt
6363
model: ${{ vars.MODEL }}

0 commit comments

Comments
 (0)