From ce84cdaada24fdb7dfbb537ae5eb297beb51db28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 May 2022 20:28:20 +0000 Subject: [PATCH] build(deps): bump tj-actions/changed-files from 19 to 20 (#4403) Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 19 to 20. - [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/v19...v20) --- 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/continous-integration-docker.yml | 2 +- .github/workflows/lint.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continous-integration-docker.yml b/.github/workflows/continous-integration-docker.yml index 55d9aedb4..1b4c77271 100644 --- a/.github/workflows/continous-integration-docker.yml +++ b/.github/workflows/continous-integration-docker.yml @@ -79,7 +79,7 @@ jobs: - name: Disk rebuild files id: changed-files-rebuild - uses: tj-actions/changed-files@v19 + uses: tj-actions/changed-files@v20 with: files: | zebra-state/**/constants.rs diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 52bea4b8d..cd298e737 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@v19 + uses: tj-actions/changed-files@v20 with: files: | **/*.rs @@ -36,7 +36,7 @@ jobs: - name: Workflow files id: changed-files-workflows - uses: tj-actions/changed-files@v19 + uses: tj-actions/changed-files@v20 with: files: | .github/workflows/*.yml