diff --git a/.github/workflows/ci-client-cyclic-deps-check.yml b/.github/workflows/ci-client-cyclic-deps-check.yml index af8e9f2fdd..1508468d97 100644 --- a/.github/workflows/ci-client-cyclic-deps-check.yml +++ b/.github/workflows/ci-client-cyclic-deps-check.yml @@ -29,7 +29,7 @@ jobs: - name: Check for changes in app/client/src id: changed-files - uses: tj-actions/changed-files@v41 + uses: tj-actions/changed-files@v46 with: files: | app/client/src/** diff --git a/.github/workflows/client-build.yml b/.github/workflows/client-build.yml index 578f544916..88ade3eed8 100644 --- a/.github/workflows/client-build.yml +++ b/.github/workflows/client-build.yml @@ -68,7 +68,7 @@ jobs: - name: Get changed files in the client folder id: changed-files-specific - uses: tj-actions/changed-files@v41 + uses: tj-actions/changed-files@v46 with: files: "app/client/**" diff --git a/.github/workflows/server-build.yml b/.github/workflows/server-build.yml index cfb57a57bd..39a4f851ab 100644 --- a/.github/workflows/server-build.yml +++ b/.github/workflows/server-build.yml @@ -102,7 +102,7 @@ jobs: - name: Get changed files in the server folder id: changed-files-specific - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v46 with: files: "app/server/**" write_output_files: true