Skip to content

Commit 13478ae

Browse files
build(deps): bump tj-actions/changed-files (#3777)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 9200e69727eb73eb060652b19946b8a2fdfb654b to 0b975f61488402a699abcebd6a1e25924cf85218. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](tj-actions/changed-files@9200e69...0b975f6) --- 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>
1 parent 6158889 commit 13478ae

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2727
- id: changed
28-
uses: tj-actions/changed-files@9200e69727eb73eb060652b19946b8a2fdfb654b
28+
uses: tj-actions/changed-files@0b975f61488402a699abcebd6a1e25924cf85218
2929
with:
3030
files: |
3131
.codecov.yml

.github/workflows/fuzzers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- run: apt update && apt install -y jo
3333
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3434
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033
35-
- uses: tj-actions/changed-files@9200e69727eb73eb060652b19946b8a2fdfb654b
35+
- uses: tj-actions/changed-files@0b975f61488402a699abcebd6a1e25924cf85218
3636
id: changed-files
3737
- name: list changed crates
3838
id: list-changed

.github/workflows/pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2020
- id: build
21-
uses: tj-actions/changed-files@9200e69727eb73eb060652b19946b8a2fdfb654b
21+
uses: tj-actions/changed-files@0b975f61488402a699abcebd6a1e25924cf85218
2222
with:
2323
files: |
2424
.github/workflows/pr.yml
2525
justfile
2626
Dockerfile
2727
- id: actions
28-
uses: tj-actions/changed-files@9200e69727eb73eb060652b19946b8a2fdfb654b
28+
uses: tj-actions/changed-files@0b975f61488402a699abcebd6a1e25924cf85218
2929
with:
3030
files: |
3131
.github/workflows/**
3232
.devcontainer/*
3333
- id: cargo
34-
uses: tj-actions/changed-files@9200e69727eb73eb060652b19946b8a2fdfb654b
34+
uses: tj-actions/changed-files@0b975f61488402a699abcebd6a1e25924cf85218
3535
with:
3636
files_ignore: "Cargo.toml"
3737
files: |
@@ -40,7 +40,7 @@ jobs:
4040
if: steps.cargo.outputs.any_changed == 'true'
4141
run: ./.github/list-crates.sh ${{ steps.cargo.outputs.all_changed_files }}
4242
- id: rust
43-
uses: tj-actions/changed-files@9200e69727eb73eb060652b19946b8a2fdfb654b
43+
uses: tj-actions/changed-files@0b975f61488402a699abcebd6a1e25924cf85218
4444
with:
4545
files: |
4646
**/*.rs

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
if: github.event_name == 'pull_request'
8585
- id: changed
8686
if: github.event_name == 'pull_request'
87-
uses: tj-actions/changed-files@9200e69727eb73eb060652b19946b8a2fdfb654b
87+
uses: tj-actions/changed-files@0b975f61488402a699abcebd6a1e25924cf85218
8888
with:
8989
files: |
9090
.github/workflows/release.yml

0 commit comments

Comments
 (0)