From d7bbe5cfeb079d9d6c39c38e432dfe42708bf7e4 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 19 Jun 2024 14:33:42 +0200
Subject: [PATCH] chore(deps): bump preactjs/compressed-size-action from 2.5.0
 to 2.6.0 (#5344)

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/8119d3d31b6e57b167e09c81dfa877eada3bcb35...f780fd104362cfce9e118f9198df2ee37d12946c)

---
updated-dependencies:
- dependency-name: preactjs/compressed-size-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/pr-playground.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/pr-playground.yml b/.github/workflows/pr-playground.yml
index e1e777c1a8..22dca6b39b 100644
--- a/.github/workflows/pr-playground.yml
+++ b/.github/workflows/pr-playground.yml
@@ -80,7 +80,7 @@ jobs:
           node --version
 
       - name: Check UMD files size diff
-        uses: preactjs/compressed-size-action@8119d3d31b6e57b167e09c81dfa877eada3bcb35 #v2.5.0
+        uses: preactjs/compressed-size-action@f780fd104362cfce9e118f9198df2ee37d12946c #v2.6.0
         if: github.ref != 'refs/heads/master'
         with:
           repo-token: "${{ secrets.GITHUB_TOKEN }}"