From abb695a27627ea9a75c0ef93a132551f16685853 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Jun 2025 19:16:39 +1000 Subject: [PATCH] build(deps): bump tj-actions/changed-files from 4140eb99d2cced9bfd78375c2088371853262f79 to 666c9d29007687c52e3c7aa2aac6c0ffcadeadc3 (#2203) build(deps): bump tj-actions/changed-files Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 4140eb99d2cced9bfd78375c2088371853262f79 to 666c9d29007687c52e3c7aa2aac6c0ffcadeadc3. - [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/4140eb99d2cced9bfd78375c2088371853262f79...666c9d29007687c52e3c7aa2aac6c0ffcadeadc3) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: 666c9d29007687c52e3c7aa2aac6c0ffcadeadc3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04efb34d..07c2b16b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@4140eb99d2cced9bfd78375c2088371853262f79 + uses: tj-actions/changed-files@666c9d29007687c52e3c7aa2aac6c0ffcadeadc3 with: dir_names: true dir_names_exclude_current_dir: true