diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a85a99a..3917cd1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,7 +15,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v45 with: files: "**/*.py"