Skip to content

Commit 9ffed14

Browse files
build(deps): bump tj-actions/changed-files from 29.0.7 to 29.0.9 (#1944)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 29.0.7 to 29.0.9. - [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@602081b...f7a5640) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 74ef574 commit 9ffed14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-each.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
32-
- uses: tj-actions/changed-files@602081b5d9327a7770b4c447a4ee8984ae44e72e
32+
- uses: tj-actions/changed-files@f7a56405a89ea095c6230f10e7f1c49daab13b35
3333
id: changed-files
3434
with:
3535
files: |

.github/workflows/fuzzers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- run: apt update && apt install -y jo
3434
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
35-
- uses: tj-actions/changed-files@602081b5d9327a7770b4c447a4ee8984ae44e72e
35+
- uses: tj-actions/changed-files@f7a56405a89ea095c6230f10e7f1c49daab13b35
3636
id: changed-files
3737
- name: list changed crates
3838
id: list-changed

0 commit comments

Comments
 (0)