From ad08199c86133553fde3cf446ad5def3a4719da0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 00:24:51 +0000 Subject: [PATCH] build(deps): bump tj-actions/changed-files from 41.0.1 to 42.0.0 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 41.0.1 to 42.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/716b1e13042866565e00e85fd4ec490e186c4a2f...ae82ed4ae04587b665efad2f206578aa6f0e8539) --- 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/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 742d152277..b30f92d118 100644 --- a/.github/workflows/check-each.yml +++ b/.github/workflows/check-each.yml @@ -41,7 +41,7 @@ jobs: steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - run: git config --global --add safe.directory "$PWD" # actions/runner#2033 - - uses: tj-actions/changed-files@716b1e13042866565e00e85fd4ec490e186c4a2f + - uses: tj-actions/changed-files@ae82ed4ae04587b665efad2f206578aa6f0e8539 id: changed-files with: files: | diff --git a/.github/workflows/fuzzers.yml b/.github/workflows/fuzzers.yml index 8dfacacdd0..76d928e510 100644 --- a/.github/workflows/fuzzers.yml +++ b/.github/workflows/fuzzers.yml @@ -32,7 +32,7 @@ jobs: - run: apt update && apt install -y jo - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - run: git config --global --add safe.directory "$PWD" # actions/runner#2033 - - uses: tj-actions/changed-files@716b1e13042866565e00e85fd4ec490e186c4a2f + - uses: tj-actions/changed-files@ae82ed4ae04587b665efad2f206578aa6f0e8539 id: changed-files - name: list changed crates id: list-changed