From cf430299a41994f6d43e6a80c84b6a105ecc82eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 15:37:05 +0000 Subject: [PATCH] build(deps): bump tj-actions/changed-files from 45.0.6 to 45.0.7 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 45.0.6 to 45.0.7. - [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/v45.0.6...v45.0.7) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-patch ... 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 e349a893..f53d9352 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@v45.0.6 + uses: tj-actions/changed-files@v45.0.7 with: files: | **/Cargo.toml @@ -91,7 +91,7 @@ jobs: - name: Find changed Cargo makefile id: changed-cargo-makefile - uses: tj-actions/changed-files@v45.0.6 + uses: tj-actions/changed-files@v45.0.7 with: files: | Makefile.toml @@ -125,7 +125,7 @@ jobs: - name: Find changed rust files id: changed-rust-files - uses: tj-actions/changed-files@v45.0.6 + uses: tj-actions/changed-files@v45.0.7 with: files: | **/*.rs @@ -208,7 +208,7 @@ jobs: - name: Find changed toml files id: changed-toml-files - uses: tj-actions/changed-files@v45.0.6 + uses: tj-actions/changed-files@v45.0.7 with: files: | **/*.toml