From 7ffbef0eb740778af38fb30b2cfec71da9c6dc53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 11:38:31 -0400 Subject: [PATCH] Bump tj-actions/changed-files from 39 to 40 in /.github/workflows (#14539) Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 39 to 40. - [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/v39...v40) --- 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> Co-authored-by: Aabishkar KC --- .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 8103a0e4649..99ca5b6b734 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@v39 + uses: tj-actions/changed-files@v40 - name: Check file size run: | for file in ${{ steps.get_changed_files.outputs.all_changed_files }}; do