diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6093456..a6f5bb5 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: cache: pip cache-dependency-path: '**/requirements*.txt' - id: changed-files - uses: tj-actions/changed-files@v37 + uses: tj-actions/changed-files@v38 - uses: pre-commit/action@v3.0.0 with: extra_args: pip-compile --files ${{ steps.changed-files.outputs.all_changed_files }}