From 11948ef567814f02477945e832f30756eda444c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 11:52:00 +0000 Subject: [PATCH] Bump tj-actions/changed-files from 41 to 46 in /.github/workflows Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 41 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](https://github.com/tj-actions/changed-files/compare/v41...v46) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/file-size-check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/file-size-check.yaml b/.github/workflows/file-size-check.yaml index 7e5074f..8686338 100644 --- a/.github/workflows/file-size-check.yaml +++ b/.github/workflows/file-size-check.yaml @@ -22,7 +22,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v41 + uses: tj-actions/changed-files@v46 - name: List all changed files run: | # MAXSIZE is 10 MB