From 40ff66135810f1802c7ff0e471f0ffd2ffe2d261 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 16:08:55 +0000 Subject: [PATCH] chore(deps): bump tj-actions/changed-files from 47.0.4 to 47.0.5 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 47.0.4 to 47.0.5. - [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/v47.0.4...v47.0.5) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: 47.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/detect-long-path.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/detect-long-path.yml b/.github/workflows/detect-long-path.yml index 8e30d30dc..71971c318 100644 --- a/.github/workflows/detect-long-path.yml +++ b/.github/workflows/detect-long-path.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v6 - name: Check for changed files id: changed-files - uses: tj-actions/changed-files@v47.0.4 + uses: tj-actions/changed-files@v47.0.5 - name: Detect long path env: ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }} # ignore the deleted files