From 0ee5213f34c97f65a5e71f9746a8b774c3fc6d36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 10:36:43 +0000 Subject: [PATCH] build(deps): bump tj-actions/changed-files from 36.2.1 to 37.1.0 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 36.2.1 to 37.1.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/c9124514c375de5dbb9697afa6f2e36a236ee58c...87e23c4c79a603288642711155953c7da34b11ac) --- 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..9d2db01c11 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@87e23c4c79a603288642711155953c7da34b11ac id: changed-files with: files: | diff --git a/.github/workflows/fuzzers.yml b/.github/workflows/fuzzers.yml index adc55fefe1..e496bd61df 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@87e23c4c79a603288642711155953c7da34b11ac id: changed-files - name: list changed crates id: list-changed