diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d6fc5f4..01f17b2 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@v42 + uses: tj-actions/changed-files@v43 - uses: pre-commit/action@v3.0.1 continue-on-error: true with: