From bbfa03d5619e7e0fd144008e6b84f9e6fe6b637c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 01:02:34 +0000 Subject: [PATCH] chore(deps): bump tj-actions/changed-files from 45 to 47 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 45 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](https://github.com/tj-actions/changed-files/compare/v45...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] --- .github/workflows/pull_requests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index fa51ca529e..4a0d376198 100644 --- a/.github/workflows/pull_requests.yml +++ b/.github/workflows/pull_requests.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 - name: Check if documentation related files changed id: changed-files - uses: tj-actions/changed-files@v45 + uses: tj-actions/changed-files@v47 with: files: | **/*.md @@ -38,7 +38,7 @@ jobs: fetch-depth: 0 - name: Check if Helm Chart related files changed id: changed-files - uses: tj-actions/changed-files@v45 + uses: tj-actions/changed-files@v47 with: files: | deploy/helm/sumologic/**/*