From dc89e7ff350973e91c302aaf5bcf704ae392deaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 15:45:49 +0000 Subject: [PATCH] chore(deps): bump preactjs/compressed-size-action from 2.6.0 to 2.7.0 Bumps [preactjs/compressed-size-action](https://github.com/preactjs/compressed-size-action) from 2.6.0 to 2.7.0. - [Release notes](https://github.com/preactjs/compressed-size-action/releases) - [Commits](https://github.com/preactjs/compressed-size-action/compare/f780fd104362cfce9e118f9198df2ee37d12946c...6fa0e7ca017120c754863b31123c5ee2860fd434) --- updated-dependencies: - dependency-name: preactjs/compressed-size-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 bc84c921a6..63e7fc4608 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@f780fd104362cfce9e118f9198df2ee37d12946c #v2.6.0 + uses: preactjs/compressed-size-action@6fa0e7ca017120c754863b31123c5ee2860fd434 #v2.7.0 if: github.ref != 'refs/heads/master' with: repo-token: "${{ secrets.GITHUB_TOKEN }}"