diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index bab1a2016..5dc338849 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -41,6 +41,7 @@ jobs: id: changed-files-rust uses: tj-actions/changed-files@v29.0.7 with: + fetch-depth: 2 files: | **/*.rs **/Cargo.toml @@ -53,6 +54,7 @@ jobs: id: changed-files-workflows uses: tj-actions/changed-files@v29.0.7 with: + fetch-depth: 2 files: | .github/workflows/*.yml