From 28e290b751ab8333378b833d4d25249f3f8d1542 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 10:10:18 +0000 Subject: [PATCH] build(deps): Bump tj-actions/changed-files from 43.0.0 to 43.0.1 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 43.0.0 to 43.0.1. - [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/77af4bed286740ef1a6387dc4e4e4dec39f96054...20576b4b9ed46d41e2d45a2256e5e2316dde6834) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/coverage.yml | 2 +- .github/workflows/fuzzers.yml | 2 +- .github/workflows/pr.yml | 8 ++++---- .github/workflows/release.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index e784ed7430..283d136a6c 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - id: changed - uses: tj-actions/changed-files@77af4bed286740ef1a6387dc4e4e4dec39f96054 + uses: tj-actions/changed-files@20576b4b9ed46d41e2d45a2256e5e2316dde6834 with: files: | .codecov.yml diff --git a/.github/workflows/fuzzers.yml b/.github/workflows/fuzzers.yml index 7049b8999e..d4356e0b2f 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@9bb56186c3b09b4f86b1c65136769dd318469633 - run: git config --global --add safe.directory "$PWD" # actions/runner#2033 - - uses: tj-actions/changed-files@77af4bed286740ef1a6387dc4e4e4dec39f96054 + - uses: tj-actions/changed-files@20576b4b9ed46d41e2d45a2256e5e2316dde6834 id: changed-files - name: list changed crates id: list-changed diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index f543038ac2..38bc51f89e 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -18,20 +18,20 @@ jobs: steps: - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - id: build - uses: tj-actions/changed-files@77af4bed286740ef1a6387dc4e4e4dec39f96054 + uses: tj-actions/changed-files@20576b4b9ed46d41e2d45a2256e5e2316dde6834 with: files: | .github/workflows/pr.yml justfile Dockerfile - id: actions - uses: tj-actions/changed-files@77af4bed286740ef1a6387dc4e4e4dec39f96054 + uses: tj-actions/changed-files@20576b4b9ed46d41e2d45a2256e5e2316dde6834 with: files: | .github/workflows/** .devcontainer/* - id: cargo - uses: tj-actions/changed-files@77af4bed286740ef1a6387dc4e4e4dec39f96054 + uses: tj-actions/changed-files@20576b4b9ed46d41e2d45a2256e5e2316dde6834 with: files_ignore: "Cargo.toml" files: | @@ -40,7 +40,7 @@ jobs: if: steps.cargo.outputs.any_changed == 'true' run: ./.github/list-crates.sh ${{ steps.cargo.outputs.all_changed_files }} - id: rust - uses: tj-actions/changed-files@77af4bed286740ef1a6387dc4e4e4dec39f96054 + uses: tj-actions/changed-files@20576b4b9ed46d41e2d45a2256e5e2316dde6834 with: files: | **/*.rs diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e190a6ebb6..d2107bb2d1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -80,7 +80,7 @@ jobs: if: github.event_name == 'pull_request' - id: changed if: github.event_name == 'pull_request' - uses: tj-actions/changed-files@77af4bed286740ef1a6387dc4e4e4dec39f96054 + uses: tj-actions/changed-files@20576b4b9ed46d41e2d45a2256e5e2316dde6834 with: files: | .github/workflows/release.yml