Skip to content

Commit 42e42f5

Browse files
chore(deps): update preactjs/compressed-size-action action to v2.8.0 (#6950)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [preactjs/compressed-size-action](https://redirect.github.com/preactjs/compressed-size-action) | action | minor | `2.7.0` -> `2.8.0` | --- ### Release Notes <details> <summary>preactjs/compressed-size-action (preactjs/compressed-size-action)</summary> ### [`v2.8.0`](https://redirect.github.com/preactjs/compressed-size-action/releases/tag/2.8.0) [Compare Source](https://redirect.github.com/preactjs/compressed-size-action/compare/2.7.0...2.8.0) #### What's Changed - fix: Filter defaults not working as intended by [@&#8203;rschristian](https://redirect.github.com/rschristian) in [https://github.com/preactjs/compressed-size-action/pull/114](https://redirect.github.com/preactjs/compressed-size-action/pull/114) **Full Changelog**: preactjs/compressed-size-action@2.7.0...2.8.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/SAP/ui5-webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2Ny4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 68801f0 commit 42e42f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v4
3030

31-
- uses: preactjs/compressed-size-action@2.7.0
31+
- uses: preactjs/compressed-size-action@2.8.0
3232
with:
3333
repo-token: '${{ secrets.GITHUB_TOKEN }}'
3434
pattern: 'packages/**/dist/**/*.{js,css}'

0 commit comments

Comments
 (0)