Skip to content

Commit e03e34a

Browse files
build(deps): bump tj-actions/changed-files from 47.0.2 to 47.0.5
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 47.0.2 to 47.0.5. - [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@8cba46e...22103cc) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: 47.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2282b7d commit e03e34a

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2727
- id: changed
28-
uses: tj-actions/changed-files@8cba46e29c11878d930bca7870bb54394d3e8b21
28+
uses: tj-actions/changed-files@22103cc46bda19c2b464ffe86db46df6922fd323
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3434
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033
35-
- uses: tj-actions/changed-files@8cba46e29c11878d930bca7870bb54394d3e8b21
35+
- uses: tj-actions/changed-files@22103cc46bda19c2b464ffe86db46df6922fd323
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2020
- id: build
21-
uses: tj-actions/changed-files@8cba46e29c11878d930bca7870bb54394d3e8b21
21+
uses: tj-actions/changed-files@22103cc46bda19c2b464ffe86db46df6922fd323
2222
with:
2323
files: |
2424
.github/workflows/pr.yml
2525
justfile
2626
Dockerfile
2727
- id: actions
28-
uses: tj-actions/changed-files@8cba46e29c11878d930bca7870bb54394d3e8b21
28+
uses: tj-actions/changed-files@22103cc46bda19c2b464ffe86db46df6922fd323
2929
with:
3030
files: |
3131
.github/workflows/**
3232
.devcontainer/*
3333
- id: cargo
34-
uses: tj-actions/changed-files@8cba46e29c11878d930bca7870bb54394d3e8b21
34+
uses: tj-actions/changed-files@22103cc46bda19c2b464ffe86db46df6922fd323
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@8cba46e29c11878d930bca7870bb54394d3e8b21
43+
uses: tj-actions/changed-files@22103cc46bda19c2b464ffe86db46df6922fd323
4444
with:
4545
files: |
4646
**/*.rs

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ jobs:
6565
if: github.event_name == 'pull_request'
6666
- id: workflow
6767
if: github.event_name == 'pull_request'
68-
uses: tj-actions/changed-files@8cba46e29c11878d930bca7870bb54394d3e8b21
68+
uses: tj-actions/changed-files@22103cc46bda19c2b464ffe86db46df6922fd323
6969
with:
7070
files: |
7171
.github/workflows/release.yml
7272
- id: build
7373
if: github.event_name == 'pull_request'
74-
uses: tj-actions/changed-files@8cba46e29c11878d930bca7870bb54394d3e8b21
74+
uses: tj-actions/changed-files@22103cc46bda19c2b464ffe86db46df6922fd323
7575
with:
7676
files: |
7777
justfile

0 commit comments

Comments
 (0)