From 78b46b73402984dfeffd709c22648b67247c660e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 15:27:00 +0000 Subject: [PATCH] build(deps): bump tj-actions/changed-files from 40.0.2 to 40.1.0 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 40.0.2 to 40.1.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/v40.0.2...v40.1.0) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-minor ... 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 a07c3752..8fc55221 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@v40.0.2 + uses: tj-actions/changed-files@v40.1.0 with: files: | Cargo.toml @@ -86,7 +86,7 @@ jobs: - name: Find changed Cargo makefile id: changed-cargo-makefile - uses: tj-actions/changed-files@v40.0.2 + uses: tj-actions/changed-files@v40.1.0 with: files: | Makefile.toml @@ -120,7 +120,7 @@ jobs: - name: Find changed rust files id: changed-rust-files - uses: tj-actions/changed-files@v40.0.2 + uses: tj-actions/changed-files@v40.1.0 with: files: | **/*.rs @@ -203,7 +203,7 @@ jobs: - name: Find changed toml files id: changed-toml-files - uses: tj-actions/changed-files@v40.0.2 + uses: tj-actions/changed-files@v40.1.0 with: files: | **/*.toml