diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4ac0d766..fdd12a95 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -55,7 +55,7 @@ jobs: - name: Find changed rust Cargo files id: changed-rust-cargo - uses: tj-actions/changed-files@v35.9.2 + uses: tj-actions/changed-files@v37.3.0 with: files: | Cargo.toml @@ -86,7 +86,7 @@ jobs: - name: Find changed Cargo makefile id: changed-cargo-makefile - uses: tj-actions/changed-files@v35.9.2 + uses: tj-actions/changed-files@v37.3.0 with: files: | Makefile.toml @@ -120,7 +120,7 @@ jobs: - name: Find changed rust files id: changed-rust-files - uses: tj-actions/changed-files@v35.9.2 + uses: tj-actions/changed-files@v37.3.0 with: files: | **/*.rs @@ -203,7 +203,7 @@ jobs: - name: Find changed toml files id: changed-toml-files - uses: tj-actions/changed-files@v35.9.2 + uses: tj-actions/changed-files@v37.3.0 with: files: | **/*.toml