Skip to content

Commit 20bfadf

Browse files
build(deps): bump tj-actions/changed-files from 24.1 to 25 (#1882)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 24.1 to 25. - [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@bf6ddb7...36e65a1) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 30f2710 commit 20bfadf

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@bf6ddb7db66f9da5b2cffeb28b2b696aacb26e1c
32+
- uses: tj-actions/changed-files@36e65a11651994e93d6f1ef3afa781c3dcbb9780
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@bf6ddb7db66f9da5b2cffeb28b2b696aacb26e1c
35+
- uses: tj-actions/changed-files@36e65a11651994e93d6f1ef3afa781c3dcbb9780
3636
id: changed-files
3737
- name: list changed crates
3838
id: list-changed

0 commit comments

Comments
 (0)