diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0f4076501..a4e22d6fc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v35 + uses: tj-actions/changed-files@v41 with: separator: "," files: translations/** diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4c785322d..3684fe143 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v35 + uses: tj-actions/changed-files@v41 with: separator: "," files: translations/**