From 04d74f307eee6893258b60561488dac8be1a8c8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Mar 2025 01:27:07 +0000 Subject: [PATCH] chore(deps): update tj-actions/changed-files action to v45.0.9 --- .github/workflows/mypy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mypy.yml b/.github/workflows/mypy.yml index 479004b78..4f4e2d01d 100644 --- a/.github/workflows/mypy.yml +++ b/.github/workflows/mypy.yml @@ -25,7 +25,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v45.0.8 + uses: tj-actions/changed-files@v45.0.9 - name: Filter Python files id: filter-python