diff --git a/.github/workflows/get-changed-examples-matrix.yml b/.github/workflows/get-changed-examples-matrix.yml index d232a7081e..1f4d52c668 100644 --- a/.github/workflows/get-changed-examples-matrix.yml +++ b/.github/workflows/get-changed-examples-matrix.yml @@ -26,7 +26,7 @@ jobs: - name: Get example project directories that changed id: changed-dirs - uses: tj-actions/changed-files@v39 + uses: tj-actions/changed-files@v41 with: dir_names: true dir_names_max_depth: "2" diff --git a/.github/workflows/get-example-changed.yml b/.github/workflows/get-example-changed.yml index d250c7e3ab..87e62630ba 100644 --- a/.github/workflows/get-example-changed.yml +++ b/.github/workflows/get-example-changed.yml @@ -21,7 +21,7 @@ jobs: - name: Get example files that changed id: changed-files - uses: tj-actions/changed-files@v39 + uses: tj-actions/changed-files@v41 with: files: | examples diff --git a/.github/workflows/get-leptos-changed.yml b/.github/workflows/get-leptos-changed.yml index 5a1e407c85..c2c08eaf1c 100644 --- a/.github/workflows/get-leptos-changed.yml +++ b/.github/workflows/get-leptos-changed.yml @@ -19,7 +19,7 @@ jobs: - name: Get source files that changed id: changed-source - uses: tj-actions/changed-files@v39 + uses: tj-actions/changed-files@v41 with: files: | integrations