From 37402d5689904c4502b92f9bdc36c9c65a4a46f1 Mon Sep 17 00:00:00 2001 From: "strg-public-bot[bot]" <174349635+strg-public-bot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 06:27:02 +0000 Subject: [PATCH] ci(github-action): update tj-actions/changed-files action to v47.0.5 --- .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 4b7fe40..e130c40 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@7dee1b0c1557f278e5c7dc244927139d78c0e22a # v47.0.4 + uses: tj-actions/changed-files@22103cc46bda19c2b464ffe86db46df6922fd323 # v47.0.5 with: files: ${{ inputs.files }} matrix: ${{ inputs.matrix }}