From bfb1fdce9359a691fa5f26ec25b942c75c71cd74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 09:28:25 +0000 Subject: [PATCH] ci(deps): bump preactjs/compressed-size-action from 2 to 3 Bumps [preactjs/compressed-size-action](https://github.com/preactjs/compressed-size-action) from 2 to 3. - [Release notes](https://github.com/preactjs/compressed-size-action/releases) - [Commits](https://github.com/preactjs/compressed-size-action/compare/v2...v3) --- updated-dependencies: - dependency-name: preactjs/compressed-size-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/bundle-size.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bundle-size.yml b/.github/workflows/bundle-size.yml index e36ce39..14dc423 100644 --- a/.github/workflows/bundle-size.yml +++ b/.github/workflows/bundle-size.yml @@ -34,7 +34,7 @@ jobs: cache: pnpm - name: Analyze bundle size - uses: preactjs/compressed-size-action@v2 + uses: preactjs/compressed-size-action@v3 with: repo-token: '${{ secrets.GITHUB_TOKEN }}' pattern: './dist/**/*.{js,css}'