From 0a6d7f37e6a7e600d552544215e6cf246e7fd4e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 08:04:03 +0000 Subject: [PATCH] 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/ci-perf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-perf.yml b/.github/workflows/ci-perf.yml index c37eca9e5..7fccd4411 100644 --- a/.github/workflows/ci-perf.yml +++ b/.github/workflows/ci-perf.yml @@ -59,7 +59,7 @@ jobs: node-version: ${{ matrix.node-version }} cache: "pnpm" - run: pnpm i --prod - - uses: preactjs/compressed-size-action@v2 + - uses: preactjs/compressed-size-action@v3 with: build-script: "build:en" pattern: "{build/assets/js/*.js,build/assets/css/*.css,build/**/*.html,.docusaurus/globalData.json,build/blog/**/swiss-army-knife-for-zsh/*}"