From 1af10acb2450db568d1e5815379b4b47a9c97d5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jun 2022 17:24:27 +0000 Subject: [PATCH] build(deps): bump tj-actions/changed-files from 22 to 23 (#4593) Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 22 to 23. - [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/v22...v23) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 81da8df53c4..3b74716df11 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -25,7 +25,7 @@ jobs: - name: Rust files id: changed-files-rust - uses: tj-actions/changed-files@v22 + uses: tj-actions/changed-files@v23 with: files: | **/*.rs @@ -37,7 +37,7 @@ jobs: - name: Workflow files id: changed-files-workflows - uses: tj-actions/changed-files@v22 + uses: tj-actions/changed-files@v23 with: files: | .github/workflows/*.yml