diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2bd7df41..dfbdee47 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@v39 + uses: tj-actions/changed-files@v40 - uses: pre-commit/action@v3.0.0 continue-on-error: true with: