From 40fb9136f2cf3de5133ed1ad41b873371c214558 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 04:50:55 +0000 Subject: [PATCH] build(deps): bump tj-actions/changed-files from 35.9.2 to 44.0.0 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 35.9.2 to 44.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/v35.9.2...v44.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 | 4 ++-- .github/workflows/publish.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f78a6f0f..975b69fe 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -60,7 +60,7 @@ jobs: - name: Find changed rust files id: changed-rust-cargo - uses: tj-actions/changed-files@v35.9.2 + uses: tj-actions/changed-files@v44.0.0 with: files: | Cargo.toml @@ -91,7 +91,7 @@ jobs: - name: Find changed rust files id: changed-rust-files - uses: tj-actions/changed-files@v35.9.2 + uses: tj-actions/changed-files@v44.0.0 with: files: | **/*.rs diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c529b1f8..e433ddd7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -83,7 +83,7 @@ jobs: - name: Find change in readme file id: readme-change - uses: tj-actions/changed-files@v35.9.2 + uses: tj-actions/changed-files@v44.0.0 with: files: | README.md