From 0a11c06be325079a5b33224dc9c1e5039f150d6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 05:15:45 +0800 Subject: [PATCH] Bump tj-actions/changed-files from 43 to 44 in /.github/workflows (#15077) Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 43 to 44. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v43...v44) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/check_file_size.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_file_size.yml b/.github/workflows/check_file_size.yml index 71355d71dfd..82da190e915 100644 --- a/.github/workflows/check_file_size.yml +++ b/.github/workflows/check_file_size.yml @@ -10,7 +10,7 @@ jobs: uses: actions/checkout@v4 - name: Get changed files id: get_changed_files - uses: tj-actions/changed-files@v43 + uses: tj-actions/changed-files@v44 with: write_output_files: true - name: List changed files