From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 02:02:06 +0000 (+0000) Subject: Bump preactjs/compressed-size-action from 2 to 3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12163%2Fhead;p=thirdparty%2FChart.js.git 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] --- diff --git a/.github/workflows/compressed-size.yml b/.github/workflows/compressed-size.yml index dc6d1b35e..89f0fe6bf 100644 --- a/.github/workflows/compressed-size.yml +++ b/.github/workflows/compressed-size.yml @@ -18,6 +18,6 @@ jobs: steps: - uses: actions/checkout@v6 - uses: pnpm/action-setup@v4.2.0 - - uses: preactjs/compressed-size-action@v2 + - uses: preactjs/compressed-size-action@v3 with: repo-token: "${{ secrets.GITHUB_TOKEN }}"