diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 01c10c1..d6d6a0f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: - name: Get changed python files id: changed-files - uses: tj-actions/changed-files@v43 + uses: tj-actions/changed-files@v44 with: files: "**/*.py"