From 7894024e6f82bfe4242f801dfc581a1b5ee6efa6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 15:26:56 +0100 Subject: [PATCH] chore(deps): bump tj-actions/changed-files from 43 to 44 (#7435) Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 43 to 44. - [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/v43...v44) --- 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/release_notes.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 39f160637..111bd950d 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -27,7 +27,7 @@ jobs: - name: Get changed files id: files - uses: tj-actions/changed-files@v43 + uses: tj-actions/changed-files@v44 with: files: | **/*.py @@ -59,7 +59,7 @@ jobs: - name: Get changed files id: files - uses: tj-actions/changed-files@v43 + uses: tj-actions/changed-files@v44 with: files: | haystack/**/*.py diff --git a/.github/workflows/release_notes.yml b/.github/workflows/release_notes.yml index 7ad2b8041..7aa6dee1a 100644 --- a/.github/workflows/release_notes.yml +++ b/.github/workflows/release_notes.yml @@ -27,7 +27,7 @@ jobs: - name: Get release note files id: changed-files - uses: tj-actions/changed-files@v43 + uses: tj-actions/changed-files@v44 with: files: releasenotes/notes/*.yaml