From 0e09b7169a4fe32853bd2c39b1bd9108d2d10000 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 14:15:23 -0800 Subject: [PATCH] build(deps): bump tj-actions/changed-files from 42.0.0 to 42.0.4 (#2702) Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 42.0.0 to 42.0.4. - [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/ae82ed4ae04587b665efad2f206578aa6f0e8539...3f54ebb830831fc121d3263c1857cfbdc310cdb9) --- 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 5f7872ad1b..eab0c68ae1 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@ae82ed4ae04587b665efad2f206578aa6f0e8539 + - uses: tj-actions/changed-files@3f54ebb830831fc121d3263c1857cfbdc310cdb9 id: changed-files with: files: | diff --git a/.github/workflows/fuzzers.yml b/.github/workflows/fuzzers.yml index bd0ee2650a..78c158eb01 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@ae82ed4ae04587b665efad2f206578aa6f0e8539 + - uses: tj-actions/changed-files@3f54ebb830831fc121d3263c1857cfbdc310cdb9 id: changed-files - name: list changed crates id: list-changed