Skip to content

Commit 8eb0801

Browse files
committedMar 19, 2025
Merge branch 'main' of github.com:deepset-ai/haystack into feat/chat_prompt_builder_time
2 parents 3f4ffc3 + 3c101cd commit 8eb0801

File tree

64 files changed

+807
-246
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+807
-246
lines changed
 

‎.github/workflows/release_notes.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Get release note files
3030
id: changed-files
31-
uses: tj-actions/changed-files@v45
31+
uses: tj-actions/changed-files@v46
3232
with:
3333
files: releasenotes/notes/*.yaml
3434

‎.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ jobs:
219219

220220
- name: Get changed files
221221
id: files
222-
uses: tj-actions/changed-files@v45
222+
uses: tj-actions/changed-files@v46
223223
with:
224224
files: |
225225
**/*.py

0 commit comments

Comments
 (0)
Failed to load comments.