From 229ddb0401b50bb829ffb685577ad59a20e1114f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 06:27:38 +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/pr-compressed-size.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-compressed-size.yml b/.github/workflows/pr-compressed-size.yml index 27887d2ae4..0019537de7 100644 --- a/.github/workflows/pr-compressed-size.yml +++ b/.github/workflows/pr-compressed-size.yml @@ -19,7 +19,7 @@ jobs: with: node-version-file: .node-version - - uses: preactjs/compressed-size-action@v2 + - uses: preactjs/compressed-size-action@v3 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" install-script: "pnpm install"