Skip to content

Commit

Permalink
build(deps): bump tj-actions/changed-files from 39 to 40 (deepset-ai#…
Browse files Browse the repository at this point in the history
…6175)

Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 39 to 40.
- [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@v39...v40)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  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>
  • Loading branch information
dependabot[bot] authored Oct 27, 2023
1 parent db36d62 commit 8a2a3c9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Get changed files
id: files
uses: tj-actions/changed-files@v39
uses: tj-actions/changed-files@v40
with:
files: |
**/*.py
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:

- name: Get changed files
id: files
uses: tj-actions/changed-files@v39
uses: tj-actions/changed-files@v40
with:
files: |
**/*.py
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linting_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Get changed files
id: files
uses: tj-actions/changed-files@v39
uses: tj-actions/changed-files@v40
with:
files: |
**/*.py
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Get changed files
id: files
uses: tj-actions/changed-files@v39
uses: tj-actions/changed-files@v40
with:
files: |
**/*.py
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview_imports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Get changed files
id: files
uses: tj-actions/changed-files@v39
uses: tj-actions/changed-files@v40
with:
files: |
haystack/preview/**.py
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Get release note files
id: changed-files
uses: tj-actions/changed-files@v39
uses: tj-actions/changed-files@v40
with:
files: releasenotes/notes/*.yaml

Expand Down

0 comments on commit 8a2a3c9

Please sign in to comment.