From ecb9d73efbea56b15290a751546ee058aad5c587 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 10:58:50 +0000 Subject: [PATCH] build(deps): Bump tj-actions/changed-files from 42.1.0 to 43.0.0 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 42.1.0 to 43.0.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/aa08304bd477b800d468db44fe10f6c61f7f7b11...77af4bed286740ef1a6387dc4e4e4dec39f96054) --- 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/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 4f8fd2b9c9..2148fcb60c 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@aa08304bd477b800d468db44fe10f6c61f7f7b11 + uses: tj-actions/changed-files@77af4bed286740ef1a6387dc4e4e4dec39f96054 with: files: | .codecov.yml diff --git a/.github/workflows/fuzzers.yml b/.github/workflows/fuzzers.yml index d87d97d57f..7049b8999e 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@aa08304bd477b800d468db44fe10f6c61f7f7b11 + - uses: tj-actions/changed-files@77af4bed286740ef1a6387dc4e4e4dec39f96054 id: changed-files - name: list changed crates id: list-changed diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 4cf1952257..8265c6dca8 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@aa08304bd477b800d468db44fe10f6c61f7f7b11 + uses: tj-actions/changed-files@77af4bed286740ef1a6387dc4e4e4dec39f96054 with: files: | .github/workflows/pr.yml justfile Dockerfile - id: actions - uses: tj-actions/changed-files@aa08304bd477b800d468db44fe10f6c61f7f7b11 + uses: tj-actions/changed-files@77af4bed286740ef1a6387dc4e4e4dec39f96054 with: files: | .github/workflows/** .devcontainer/* - id: cargo - uses: tj-actions/changed-files@aa08304bd477b800d468db44fe10f6c61f7f7b11 + uses: tj-actions/changed-files@77af4bed286740ef1a6387dc4e4e4dec39f96054 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@aa08304bd477b800d468db44fe10f6c61f7f7b11 + uses: tj-actions/changed-files@77af4bed286740ef1a6387dc4e4e4dec39f96054 with: files: | **/*.rs diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e7b3c0c50c..8061553e21 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - id: changed - uses: tj-actions/changed-files@aa08304bd477b800d468db44fe10f6c61f7f7b11 + uses: tj-actions/changed-files@77af4bed286740ef1a6387dc4e4e4dec39f96054 with: files: | .github/workflows/release.yml