From 5791e9038d0dec04fc3897f6e00a833990a1f9cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 15:52:04 +0000 Subject: [PATCH] build(deps): bump tj-actions/changed-files from 44.5.7 to 45.0.0 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44.5.7 to 45.0.0. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v44.5.7...v45.0.0) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 58f0bb28..fed7521e 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@v44.5.7 + uses: tj-actions/changed-files@v45.0.0 with: files: | **/Cargo.toml @@ -86,7 +86,7 @@ jobs: - name: Find changed Cargo makefile id: changed-cargo-makefile - uses: tj-actions/changed-files@v44.5.7 + uses: tj-actions/changed-files@v45.0.0 with: files: | Makefile.toml @@ -120,7 +120,7 @@ jobs: - name: Find changed rust files id: changed-rust-files - uses: tj-actions/changed-files@v44.5.7 + uses: tj-actions/changed-files@v45.0.0 with: files: | **/*.rs @@ -203,7 +203,7 @@ jobs: - name: Find changed toml files id: changed-toml-files - uses: tj-actions/changed-files@v44.5.7 + uses: tj-actions/changed-files@v45.0.0 with: files: | **/*.toml