From d351c580f6133f8112e515b8b398007e87485900 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 01:23:37 +0000 Subject: [PATCH] Bump tj-actions/changed-files from 42 to 44 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 42 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/v42...v44) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/on-push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on-push.yml b/.github/workflows/on-push.yml index cfd903f03b..6db0d0c1b7 100644 --- a/.github/workflows/on-push.yml +++ b/.github/workflows/on-push.yml @@ -335,7 +335,7 @@ jobs: - name: Check whether validate_content_path changed id: files-changed - uses: tj-actions/changed-files@v43 + uses: tj-actions/changed-files@v44 with: files: | demisto_sdk/scripts/validate_content_path.py @@ -524,7 +524,7 @@ jobs: - name: Check whether validate files changed id: changed-files - uses: tj-actions/changed-files@v42 + uses: tj-actions/changed-files@v44 with: files: | demisto_sdk/commands/validate/**