diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9e3170672..3b8f17f6c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -37,7 +37,7 @@ jobs: - name: Rust files id: changed-files-rust - uses: tj-actions/changed-files@v35.7.12 + uses: tj-actions/changed-files@v35.8.0 with: files: | **/*.rs @@ -49,7 +49,7 @@ jobs: - name: Workflow files id: changed-files-workflows - uses: tj-actions/changed-files@v35.7.12 + uses: tj-actions/changed-files@v35.8.0 with: files: | .github/workflows/*.yml