From 44c7f0255ec26087ebd2943364ad9703f66fa37b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 14:41:19 +0000 Subject: [PATCH] chore(deps): update tj-actions/changed-files action to v47.0.1 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bae40d0..0c6e497 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -406,7 +406,7 @@ jobs: - name: Get changed files for removal detection id: changed-files if: steps.determine-previous.outputs.previous_sha != inputs.target-ref - uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47.0.0 + uses: tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891 # v47.0.1 with: json: true sha: ${{ inputs.target-ref }}