From ad6d3deaf10bf9ddae76ccdde39c71ba74852a3d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 20:35:51 +0000 Subject: [PATCH] chore(deps): update tj-actions/changed-files action to v47 --- .github/workflows/script-formatter.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/script-formatter.yml b/.github/workflows/script-formatter.yml index a096a94..70ae2e4 100644 --- a/.github/workflows/script-formatter.yml +++ b/.github/workflows/script-formatter.yml @@ -18,7 +18,7 @@ jobs: - name: Get changed PowerShell files id: changed-files - uses: tj-actions/changed-files@v46 + uses: tj-actions/changed-files@v47 with: files: | **/*.ps1 @@ -76,7 +76,7 @@ jobs: - name: Get changed PowerShell files id: changed-files - uses: tj-actions/changed-files@v46 + uses: tj-actions/changed-files@v47 with: files: | *.ps1