From 4ebb7efdd717d22e1b921f6bda6aa304199163c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 21:07:30 +0000 Subject: [PATCH] chore(deps): bump preactjs/compressed-size-action from 2.8.0 to 2.9.1 Bumps [preactjs/compressed-size-action](https://github.com/preactjs/compressed-size-action) from 2.8.0 to 2.9.1. - [Release notes](https://github.com/preactjs/compressed-size-action/releases) - [Commits](https://github.com/preactjs/compressed-size-action/compare/946a292cd35bd1088e0d7eb92b69d1a8d5b5d76a...66325aad6443cb7cf89c4bfcd414aea2367cda94) --- updated-dependencies: - dependency-name: preactjs/compressed-size-action dependency-version: 2.9.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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 3928f440..3587ffda 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -62,7 +62,7 @@ jobs: uses: wevm/actions/.github/actions/pnpm@f7ad7f00e16e73322562922c241f21f0c7ffbbec - name: Report build size - uses: preactjs/compressed-size-action@946a292cd35bd1088e0d7eb92b69d1a8d5b5d76a # 2.8.0 + uses: preactjs/compressed-size-action@66325aad6443cb7cf89c4bfcd414aea2367cda94 # 2.9.1 with: pattern: 'packages/**/dist/**' repo-token: ${{ secrets.GITHUB_TOKEN }}