From 5984b28bb8ae184a19ca15cf7dd310b9b94b5087 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Feb 2022 10:15:46 +0000 Subject: [PATCH] build(deps): bump tj-actions/changed-files from 17 to 17.2 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 17 to 17.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/933541631c41bad3fe20bdbd440ec68afa9a9518...0bc7d4006fb085334217ec5d6e6c288daade2f59) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-minor ... 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 459dda8ab2..c4e31b1ee0 100644 --- a/.github/workflows/check-each.yml +++ b/.github/workflows/check-each.yml @@ -32,7 +32,7 @@ jobs: - run: apt update && apt install -y jq - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 - run: cargo fetch - - uses: tj-actions/changed-files@933541631c41bad3fe20bdbd440ec68afa9a9518 + - uses: tj-actions/changed-files@0bc7d4006fb085334217ec5d6e6c288daade2f59 id: changed-files with: files: | diff --git a/.github/workflows/fuzzers.yml b/.github/workflows/fuzzers.yml index 714f0333b7..2775b22063 100644 --- a/.github/workflows/fuzzers.yml +++ b/.github/workflows/fuzzers.yml @@ -30,7 +30,7 @@ jobs: steps: - run: apt update && apt install -y jo - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 - - uses: tj-actions/changed-files@933541631c41bad3fe20bdbd440ec68afa9a9518 + - uses: tj-actions/changed-files@0bc7d4006fb085334217ec5d6e6c288daade2f59 id: changed-files - name: list changed crates id: list-changed