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}"