From bf64a2b585692d2f055153bfb39545469450b74f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 13:35:35 -0800 Subject: [PATCH] build(deps): bump tj-actions/changed-files from 35.5.4 to 35.5.5 (#2242) Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 35.5.4 to 35.5.5. - [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/74338865c1e73fee674ce5cfc5d28f4b9caa33bc...5a331a4999f9f21a3ef2a6459edee90393a8b92a) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/check-each.yml | 2 +- .github/workflows/fuzzers.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-each.yml b/.github/workflows/check-each.yml index 38433ea6b6..c8de16acdd 100644 --- a/.github/workflows/check-each.yml +++ b/.github/workflows/check-each.yml @@ -29,7 +29,7 @@ jobs: container: docker://ghcr.io/linkerd/dev:v38-rust steps: - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b - - uses: tj-actions/changed-files@74338865c1e73fee674ce5cfc5d28f4b9caa33bc + - uses: tj-actions/changed-files@5a331a4999f9f21a3ef2a6459edee90393a8b92a id: changed-files with: files: | diff --git a/.github/workflows/fuzzers.yml b/.github/workflows/fuzzers.yml index 552700b4cc..5801c400de 100644 --- a/.github/workflows/fuzzers.yml +++ b/.github/workflows/fuzzers.yml @@ -31,7 +31,7 @@ jobs: steps: - run: apt update && apt install -y jo - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b - - uses: tj-actions/changed-files@74338865c1e73fee674ce5cfc5d28f4b9caa33bc + - uses: tj-actions/changed-files@5a331a4999f9f21a3ef2a6459edee90393a8b92a id: changed-files - name: list changed crates id: list-changed