build(deps): bump tj-actions/changed-files (#3790)

Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 0b975f61488402a699abcebd6a1e25924cf85218 to 6482371e862961013f9584015cf362c4f664b20c.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](0b975f6148...6482371e86)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-03-20 11:07:47 -04:00 committed by GitHub
parent 7f5c42a2b2
commit acbea26364
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 7 additions and 7 deletions

View File

@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- id: changed
uses: tj-actions/changed-files@0b975f61488402a699abcebd6a1e25924cf85218
uses: tj-actions/changed-files@6482371e862961013f9584015cf362c4f664b20c
with:
files: |
.codecov.yml

View File

@ -32,7 +32,7 @@ jobs:
- run: apt update && apt install -y jo
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033
- uses: tj-actions/changed-files@0b975f61488402a699abcebd6a1e25924cf85218
- uses: tj-actions/changed-files@6482371e862961013f9584015cf362c4f664b20c
id: changed-files
- name: list changed crates
id: list-changed

View File

@ -18,20 +18,20 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- id: build
uses: tj-actions/changed-files@0b975f61488402a699abcebd6a1e25924cf85218
uses: tj-actions/changed-files@6482371e862961013f9584015cf362c4f664b20c
with:
files: |
.github/workflows/pr.yml
justfile
Dockerfile
- id: actions
uses: tj-actions/changed-files@0b975f61488402a699abcebd6a1e25924cf85218
uses: tj-actions/changed-files@6482371e862961013f9584015cf362c4f664b20c
with:
files: |
.github/workflows/**
.devcontainer/*
- id: cargo
uses: tj-actions/changed-files@0b975f61488402a699abcebd6a1e25924cf85218
uses: tj-actions/changed-files@6482371e862961013f9584015cf362c4f664b20c
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@0b975f61488402a699abcebd6a1e25924cf85218
uses: tj-actions/changed-files@6482371e862961013f9584015cf362c4f664b20c
with:
files: |
**/*.rs

View File

@ -86,7 +86,7 @@ jobs:
if: github.event_name == 'pull_request'
- id: changed
if: github.event_name == 'pull_request'
uses: tj-actions/changed-files@0b975f61488402a699abcebd6a1e25924cf85218
uses: tj-actions/changed-files@6482371e862961013f9584015cf362c4f664b20c
with:
files: |
.github/workflows/release.yml