From 03031e8e19a9e9f2cc501e36e5d855cc9c25f322 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 15:22:22 +0000 Subject: [PATCH] chore(deps): pin tj-actions/changed-files action to --- .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 9559b6a..c0c6e06 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -393,7 +393,7 @@ jobs: - name: Get changed files for removal detection id: changed-files - uses: tj-actions/changed-files@v47.0.0 + uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47.0.0 with: json: true sha: ${{ inputs.target-ref }}