Skip to content

Commit e3d4e9e

Browse files
chore(deps): bump tj-actions/changed-files from 46 to 47 (#9788)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 46 to 47. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](tj-actions/changed-files@v46...v47) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: '47' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 07c5763 commit e3d4e9e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release_notes.yml

Lines changed: 1 addition & 1 deletion
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@v46
31+
uses: tj-actions/changed-files@v47
3232
with:
3333
files: releasenotes/notes/*.yaml
3434

.github/workflows/sync_code_to_deepset.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
2525
- name: Get changed files
2626
id: changed-files
27-
uses: tj-actions/changed-files@v46
27+
uses: tj-actions/changed-files@v47
2828
with:
2929
files: |
3030
haystack/**/*.py

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218

219219
- name: Get changed files
220220
id: files
221-
uses: tj-actions/changed-files@v46
221+
uses: tj-actions/changed-files@v47
222222
with:
223223
files_yaml: |
224224
python:

0 commit comments

Comments
 (0)