From 21116c09f474bd4171e10f46a9d05d753259732a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Mon, 17 Mar 2025 12:57:58 +0100 Subject: [PATCH] fix(ci) update tj-actions/changed-files action Use our own fork, currently synced with upstream. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 349f5baeee..817ecf88c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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"