Skip to content

Commit e2bb210

Browse files
build(deps): bump tj-actions/changed-files from 40.2.2 to 40.2.3 (#2570)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 40.2.2 to 40.2.3. - [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@9454999...56284d8) --- 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 14da17a commit e2bb210

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
@@ -41,7 +41,7 @@ jobs:
4141
steps:
4242
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
4343
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033
44-
- uses: tj-actions/changed-files@94549999469dbfa032becf298d95c87a14c34394
44+
- uses: tj-actions/changed-files@56284d80811fb5963a972b438f2870f175e5b7c8
4545
id: changed-files
4646
with:
4747
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
- run: apt update && apt install -y jo
3333
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
3434
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033
35-
- uses: tj-actions/changed-files@94549999469dbfa032becf298d95c87a14c34394
35+
- uses: tj-actions/changed-files@56284d80811fb5963a972b438f2870f175e5b7c8
3636
id: changed-files
3737
- name: list changed crates
3838
id: list-changed

0 commit comments

Comments
 (0)