Skip to content

Commit 510b1f8

Browse files
build(deps): bump tj-actions/changed-files (#1505)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from b3b79dbb9cf4fd390105963b48346e14b4842cc1 to 15.1. This release includes the previously tagged commit. - [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@b3b79db...4b1f26a) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c876fe1 commit 510b1f8

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
@@ -32,7 +32,7 @@ jobs:
3232
- run: apt update && apt install -y jq
3333
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
3434
- run: cargo fetch
35-
- uses: tj-actions/changed-files@b3b79dbb9cf4fd390105963b48346e14b4842cc1
35+
- uses: tj-actions/changed-files@4b1f26aed507a21569666773e1c753dfe409d806
3636
id: changed-files
3737
with:
3838
files: |

.github/workflows/fuzzers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- run: apt update && apt install -y jo
3232
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
33-
- uses: tj-actions/changed-files@b3b79dbb9cf4fd390105963b48346e14b4842cc1
33+
- uses: tj-actions/changed-files@4b1f26aed507a21569666773e1c753dfe409d806
3434
id: changed-files
3535
- name: list changed crates
3636
id: list-changed

0 commit comments

Comments
 (0)