From 36b2e75c4fb94e27d205a710036106c20cab87ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 10:46:37 +0000 Subject: [PATCH] build(deps): bump tj-actions/changed-files from 36.2.1 to 39.0.2 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 36.2.1 to 39.0.2. - [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/c9124514c375de5dbb9697afa6f2e36a236ee58c...6ee9cdc5816333acda68e01cf12eedc619e28316) --- 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 934fe79e70..52f2f2f809 100644 --- a/.github/workflows/check-each.yml +++ b/.github/workflows/check-each.yml @@ -30,7 +30,7 @@ jobs: steps: - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 - run: git config --global --add safe.directory "$PWD" # actions/runner#2033 - - uses: tj-actions/changed-files@c9124514c375de5dbb9697afa6f2e36a236ee58c + - uses: tj-actions/changed-files@6ee9cdc5816333acda68e01cf12eedc619e28316 id: changed-files with: files: | diff --git a/.github/workflows/fuzzers.yml b/.github/workflows/fuzzers.yml index adc55fefe1..8018afea60 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 - run: git config --global --add safe.directory "$PWD" # actions/runner#2033 - - uses: tj-actions/changed-files@c9124514c375de5dbb9697afa6f2e36a236ee58c + - uses: tj-actions/changed-files@6ee9cdc5816333acda68e01cf12eedc619e28316 id: changed-files - name: list changed crates id: list-changed