fix(ci) update tj-actions/changed-files action

Use our own fork, currently synced with upstream.
This commit is contained in:
Saúl Ibarra Corretgé
2025-03-17 12:57:58 +01:00
committed by Saúl Ibarra Corretgé
parent 875a9cbaf3
commit 21116c09f4

View File

@@ -18,7 +18,7 @@ jobs:
npm -v
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v41
uses: jitsi/changed-files@master
- name: Get changed lang files
id: lang-files
run: echo "all=$(echo "${{ steps.changed-files.outputs.all_changed_files }}" | grep -oE 'lang\/\S+' | tr '\n' ' ')" >> "$GITHUB_OUTPUT"