From 52017a2ba341d7e694c65ab6b59ef82e22cfe0fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 21:33:40 +0000 Subject: [PATCH] chore(deps): bump preactjs/compressed-size-action from 2.9.0 to 2.9.1 Bumps [preactjs/compressed-size-action](https://github.com/preactjs/compressed-size-action) from 2.9.0 to 2.9.1. - [Release notes](https://github.com/preactjs/compressed-size-action/releases) - [Commits](https://github.com/preactjs/compressed-size-action/compare/8518045ed95e94e971b83333085e1cb99aa18aa8...66325aad6443cb7cf89c4bfcd414aea2367cda94) --- updated-dependencies: - dependency-name: preactjs/compressed-size-action dependency-version: 2.9.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build-perf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-perf.yml b/.github/workflows/build-perf.yml index 180fb20bfc9d..f34605f68ef5 100644 --- a/.github/workflows/build-perf.yml +++ b/.github/workflows/build-perf.yml @@ -48,7 +48,7 @@ jobs: node-version: lts/* cache: yarn - name: Track build size changes - uses: preactjs/compressed-size-action@8518045ed95e94e971b83333085e1cb99aa18aa8 # v2.9.0 + uses: preactjs/compressed-size-action@66325aad6443cb7cf89c4bfcd414aea2367cda94 # v2.9.1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} build-script: build:website:fast