From d1782b4bd795839581f7c7d971840862d15b87e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 10:57:16 +0000 Subject: [PATCH] build(deps): Bump tj-actions/changed-files from 44.3.0 to 44.4.0 (#2967) Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44.3.0 to 44.4.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/0874344d6ebbaa00a27da73276ae7162fadcaf69...a29e8b565651ce417abb5db7164b4a2ad8b6155c) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 7884e3c852..3e73859ed6 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b - id: changed - uses: tj-actions/changed-files@0874344d6ebbaa00a27da73276ae7162fadcaf69 + uses: tj-actions/changed-files@a29e8b565651ce417abb5db7164b4a2ad8b6155c with: files: | .codecov.yml diff --git a/.github/workflows/fuzzers.yml b/.github/workflows/fuzzers.yml index 0a56dd71dc..db82bee865 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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b - run: git config --global --add safe.directory "$PWD" # actions/runner#2033 - - uses: tj-actions/changed-files@0874344d6ebbaa00a27da73276ae7162fadcaf69 + - uses: tj-actions/changed-files@a29e8b565651ce417abb5db7164b4a2ad8b6155c id: changed-files - name: list changed crates id: list-changed diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index bb56fd9853..ab2594bb7b 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -18,20 +18,20 @@ jobs: steps: - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b - id: build - uses: tj-actions/changed-files@0874344d6ebbaa00a27da73276ae7162fadcaf69 + uses: tj-actions/changed-files@a29e8b565651ce417abb5db7164b4a2ad8b6155c with: files: | .github/workflows/pr.yml justfile Dockerfile - id: actions - uses: tj-actions/changed-files@0874344d6ebbaa00a27da73276ae7162fadcaf69 + uses: tj-actions/changed-files@a29e8b565651ce417abb5db7164b4a2ad8b6155c with: files: | .github/workflows/** .devcontainer/* - id: cargo - uses: tj-actions/changed-files@0874344d6ebbaa00a27da73276ae7162fadcaf69 + uses: tj-actions/changed-files@a29e8b565651ce417abb5db7164b4a2ad8b6155c 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@0874344d6ebbaa00a27da73276ae7162fadcaf69 + uses: tj-actions/changed-files@a29e8b565651ce417abb5db7164b4a2ad8b6155c with: files: | **/*.rs diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 30c31c745b..6d0d8b3105 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -84,7 +84,7 @@ jobs: if: github.event_name == 'pull_request' - id: changed if: github.event_name == 'pull_request' - uses: tj-actions/changed-files@0874344d6ebbaa00a27da73276ae7162fadcaf69 + uses: tj-actions/changed-files@a29e8b565651ce417abb5db7164b4a2ad8b6155c with: files: | .github/workflows/release.yml