From 4df73095886d5f484e91951b24c390e8e30c851a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 07:21:17 +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 16 to 46. - [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/v16...v46) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: '46' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/templates-sync.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/templates-sync.yml b/.github/workflows/templates-sync.yml index 441328b52..e2017caa4 100644 --- a/.github/workflows/templates-sync.yml +++ b/.github/workflows/templates-sync.yml @@ -24,7 +24,7 @@ jobs: # Incremental sync when config changed - name: Get changed configs id: changed-configs - uses: tj-actions/changed-files@v16 + uses: tj-actions/changed-files@v46 with: separator: " " files: | @@ -32,7 +32,7 @@ jobs: # Full sync when file changed or workflow_dispatch event - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v16 + uses: tj-actions/changed-files@v46 with: separator: " " files: |