From 06f2aafafb9b6628e754b79b42b39dfed21466f4 Mon Sep 17 00:00:00 2001 From: "strg-public-bot[bot]" <174349635+strg-public-bot[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 18:27:23 +0000 Subject: [PATCH] ci(github-action): update tj-actions/changed-files action to v47.0.4 --- .github/workflows/get-changed-files.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/get-changed-files.yaml b/.github/workflows/get-changed-files.yaml index a00c168..4b7fe40 100644 --- a/.github/workflows/get-changed-files.yaml +++ b/.github/workflows/get-changed-files.yaml @@ -50,7 +50,7 @@ jobs: # https://github.com/marketplace/actions/changed-files - name: get all changed files id: changed-files - uses: tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891 # v47.0.1 + uses: tj-actions/changed-files@7dee1b0c1557f278e5c7dc244927139d78c0e22a # v47.0.4 with: files: ${{ inputs.files }} matrix: ${{ inputs.matrix }}