From 3861ff30e0537d357e2975765c907a93ddeb463b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Apr 2024 14:23:05 +0800 Subject: [PATCH] Bump preactjs/compressed-size-action from 2.5.0 to 2.6.0 (#16237) Bumps [preactjs/compressed-size-action](https://github.com/preactjs/compressed-size-action) from 2.5.0 to 2.6.0. - [Release notes](https://github.com/preactjs/compressed-size-action/releases) - [Commits](https://github.com/preactjs/compressed-size-action/compare/2.5.0...2.6.0) --- updated-dependencies: - dependency-name: preactjs/compressed-size-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/check-sizes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-sizes.yml b/.github/workflows/check-sizes.yml index 85516c2219a0..9256bd7a87b1 100644 --- a/.github/workflows/check-sizes.yml +++ b/.github/workflows/check-sizes.yml @@ -25,7 +25,7 @@ jobs: cache: "yarn" - name: Check Sizes - uses: preactjs/compressed-size-action@2.5.0 + uses: preactjs/compressed-size-action@2.6.0 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" pattern: "./dist/**/*"