From 6c3ef017ccfe34e1e6a7a8ee4b13bc25b33d4e81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 02:34:50 +0000 Subject: [PATCH] Bump tj-actions/changed-files from 43 to 45 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 43 to 45. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v43...v45) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/python_lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python_lint.yml b/.github/workflows/python_lint.yml index 5598076cb..952b48291 100644 --- a/.github/workflows/python_lint.yml +++ b/.github/workflows/python_lint.yml @@ -80,7 +80,7 @@ jobs: # For now, we run mypy only on modified files - name: Get changed Python files id: changed-py-files - uses: tj-actions/changed-files@v43 + uses: tj-actions/changed-files@v45 with: files: "airbyte_cdk/**/*.py" - name: Run mypy on changed files