From 2ce8f38b87d06ff6060b4876c54f8633fbb9f20a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 21:03:18 +0000 Subject: [PATCH] chore(deps): bump tj-actions/changed-files in /.github/workflows Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 39 to 41. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v39...v41) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/get-changed-examples-matrix.yml | 2 +- .github/workflows/get-example-changed.yml | 2 +- .github/workflows/get-leptos-changed.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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