From 8a2a3c9a3f6d4f9cc21e0999d6a8a6c54f4d2880 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 16:58:38 +0200 Subject: [PATCH] build(deps): bump tj-actions/changed-files from 39 to 40 (#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](https://github.com/tj-actions/changed-files/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/linting.yml | 4 ++-- .github/workflows/linting_preview.yml | 4 ++-- .github/workflows/preview_imports.yml | 2 +- .github/workflows/release_notes.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index bd8c782db9..1a950b189b 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -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 @@ -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 diff --git a/.github/workflows/linting_preview.yml b/.github/workflows/linting_preview.yml index c291788f6d..9b5ca67234 100644 --- a/.github/workflows/linting_preview.yml +++ b/.github/workflows/linting_preview.yml @@ -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 @@ -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 diff --git a/.github/workflows/preview_imports.yml b/.github/workflows/preview_imports.yml index ee805e8557..ba2d70f76d 100644 --- a/.github/workflows/preview_imports.yml +++ b/.github/workflows/preview_imports.yml @@ -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 diff --git a/.github/workflows/release_notes.yml b/.github/workflows/release_notes.yml index 72fabb7ff8..2938053cae 100644 --- a/.github/workflows/release_notes.yml +++ b/.github/workflows/release_notes.yml @@ -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