diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8c2482a6..2e7a591d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -39,7 +39,7 @@ jobs: - name: Rust files id: changed-files-rust - uses: tj-actions/changed-files@v29.0.7 + uses: tj-actions/changed-files@v32.0.0 with: fetch-depth: 2 files: | @@ -52,7 +52,7 @@ jobs: - name: Workflow files id: changed-files-workflows - uses: tj-actions/changed-files@v29.0.7 + uses: tj-actions/changed-files@v32.0.0 with: fetch-depth: 2 files: |