From 81484fdb3ea6410cc1ca7233a57efc4668aa9e09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Mar 2025 13:44:49 +0000 Subject: [PATCH] chore(deps): update tj-actions/changed-files action to v46.0.3 --- .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 ade0c89b5..311aa0f97 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@v46.0.2 + uses: tj-actions/changed-files@v46.0.3 - name: Filter Python files id: filter-python