Skip to content

Commit 9f8824b

Browse files
committed
ci: Use a tag for the changed-files github action
1 parent cd141c5 commit 9f8824b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/detect-long-path.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- name: Check for changed files
2222
id: changed-files
23-
uses: tj-actions/changed-files@115870536a85eaf050e369291c7895748ff12aea
23+
uses: tj-actions/changed-files@v46.0.5
2424
- name: Detect long path
2525
env:
2626
ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }} # ignore the deleted files

0 commit comments

Comments
 (0)