Skip to content

Commit a53698c

Browse files
Bump tj-actions/changed-files from 44 to 46 in /.github/workflows (#861)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44 to 46. - [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@v44...v46) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: '46' 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 f5bddb0 commit a53698c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-copied-type-description-sources.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313
- name: Check fingerprint changed
14-
uses: tj-actions/changed-files@v44
14+
uses: tj-actions/changed-files@v46
1515
id: changed-fingerprint
1616
with:
1717
files: scripts/type_description.fingerprint
1818
- name: Check type description sources changed
19-
uses: tj-actions/changed-files@v44
19+
uses: tj-actions/changed-files@v46
2020
id: changed-copied-sources
2121
with:
2222
files: |

0 commit comments

Comments
 (0)