From 7c6429ffbd21879f2378226c91ef83c49d4c8736 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 16:27:29 -0400 Subject: [PATCH] Bump tj-actions/changed-files from 44 to 45 in /.github/workflows (#15444) 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 82da190e915..997fa911cf3 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@v44 + uses: tj-actions/changed-files@v45 with: write_output_files: true - name: List changed files