diff --git a/.github/workflows/get-changed-examples-matrix.yml b/.github/workflows/get-changed-examples-matrix.yml index bcbf7085e..df2d59ff4 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@v41 + uses: tj-actions/changed-files@v44 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 ab36be06b..cd6c1740b 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@v43 + uses: tj-actions/changed-files@v44 with: files: | examples/** diff --git a/.github/workflows/get-leptos-changed.yml b/.github/workflows/get-leptos-changed.yml index 8829e3114..7da2de21c 100644 --- a/.github/workflows/get-leptos-changed.yml +++ b/.github/workflows/get-leptos-changed.yml @@ -21,7 +21,7 @@ jobs: - name: Get source files that changed id: changed-source - uses: tj-actions/changed-files@v43 + uses: tj-actions/changed-files@v44 with: files: | any_error/**