From b4b026940e73cd4bfa66dc6b250d8dd4feade70c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 05:13:28 +0000 Subject: [PATCH] chore(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/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 9ff4c5bb7..159232bd3 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -26,7 +26,7 @@ jobs: uses: wevm/actions/.github/actions/pnpm@main - name: Report build size - uses: preactjs/compressed-size-action@v2 + uses: preactjs/compressed-size-action@v3 with: pattern: 'packages/**/dist/**' repo-token: ${{ secrets.GITHUB_TOKEN }}