From fa45b8b4e3af87f7c2c66b2c679360ec42a12d4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 14:51:09 +0000 Subject: [PATCH] chore(deps): update tj-actions/changed-files action to v41 --- .github/workflows/check-code-style.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-code-style.yml b/.github/workflows/check-code-style.yml index ca0b73c5ce..87de0e3831 100644 --- a/.github/workflows/check-code-style.yml +++ b/.github/workflows/check-code-style.yml @@ -31,7 +31,7 @@ jobs: - name: Changed Files id: changed-files - uses: tj-actions/changed-files@v37 + uses: tj-actions/changed-files@v41 with: files: "packages/**/*.{js,cjs,mjs,jsx,ts,tsx,css,scss}"