From 556fe4992323dfdc53085c077c77d0bf2d1455e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 01:24:10 +0000 Subject: [PATCH] Bump freenet-actions/check-file-size from 1.1.5 to 2.0.0 Bumps [freenet-actions/check-file-size](https://github.com/freenet-actions/check-file-size) from 1.1.5 to 2.0.0. - [Release notes](https://github.com/freenet-actions/check-file-size/releases) - [Commits](https://github.com/freenet-actions/check-file-size/compare/v1.1.5...v2.0.0) --- updated-dependencies: - dependency-name: freenet-actions/check-file-size dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pre-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 5d9d80e0..998f9b9b 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Check file sizes (max 1 MB) - uses: freenet-actions/check-file-size@v1.1.5 + uses: freenet-actions/check-file-size@v2.0.0 with: max_size: 1024 post_comment: false