Skip to content

Commit 283184b

Browse files
committed
chore(tests) use pinned tj-actions/changed-files
1 parent 2be4773 commit 283184b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,7 @@ jobs:
226226
227227
- name: Get changed files
228228
id: changed-files
229-
run: |
230-
echo "all_changed_files=$(git diff-tree --no-commit-id --name-only -r HEAD | tr '\n' ' ')" >> $GITHUB_OUTPUT
229+
uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46
231230

232231
- name: Run Valgrind
233232
if: contains(matrix.extras, 'valgrind')

0 commit comments

Comments
 (0)