diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e3ddaf49..18de3ece 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@v42.0.4 + uses: tj-actions/changed-files@v42.0.5 with: files: | Cargo.toml @@ -86,7 +86,7 @@ jobs: - name: Find changed Cargo makefile id: changed-cargo-makefile - uses: tj-actions/changed-files@v42.0.4 + uses: tj-actions/changed-files@v42.0.5 with: files: | Makefile.toml @@ -120,7 +120,7 @@ jobs: - name: Find changed rust files id: changed-rust-files - uses: tj-actions/changed-files@v42.0.4 + uses: tj-actions/changed-files@v42.0.5 with: files: | **/*.rs @@ -203,7 +203,7 @@ jobs: - name: Find changed toml files id: changed-toml-files - uses: tj-actions/changed-files@v42.0.4 + uses: tj-actions/changed-files@v42.0.5 with: files: | **/*.toml