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