diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index dea49f7f..d96e7c51 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,7 +18,7 @@ jobs: cache: pip cache-dependency-path: '**/requirements*.txt' - id: changed-files - uses: tj-actions/changed-files@v41 + uses: tj-actions/changed-files@v42 - uses: pre-commit/action@v3.0.0 continue-on-error: true with: