diff --git a/.github/workflows/detect-long-path.yml b/.github/workflows/detect-long-path.yml index 41a830dcf..2aa8aff81 100644 --- a/.github/workflows/detect-long-path.yml +++ b/.github/workflows/detect-long-path.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v4 - name: Check for changed files id: changed-files - uses: tj-actions/changed-files@0fee5fb278312d962ff465bb38dc4cae9f446de2 # v45 + uses: tj-actions/changed-files@27ae6b33eaed7bf87272fdeb9f1c54f9facc9d99 # v45 - name: Detect long path env: ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }} # ignore the deleted files