Skip to content

Commit a9b9f5c

Browse files
chore(deps): update preactjs/compressed-size-action action to v2.7.0 (SAP#6428)
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.6.0` -> `2.7.0` | --- ### Release Notes <details> <summary>preactjs/compressed-size-action (preactjs/compressed-size-action)</summary> ### [`v2.7.0`](https://redirect.github.com/preactjs/compressed-size-action/releases/tag/2.7.0) [Compare Source](https://redirect.github.com/preactjs/compressed-size-action/compare/2.6.0...2.7.0) #### What's Changed - Remove bot check for existing comments by [@&#8203;flugg](https://redirect.github.com/flugg) in [https://github.com/preactjs/compressed-size-action/pull/80](https://redirect.github.com/preactjs/compressed-size-action/pull/80) - Add comment-key input by [@&#8203;sarayourfriend](https://redirect.github.com/sarayourfriend) in [https://github.com/preactjs/compressed-size-action/pull/82](https://redirect.github.com/preactjs/compressed-size-action/pull/82) - fix: Incorrect fetch for `baseRef` by [@&#8203;rschristian](https://redirect.github.com/rschristian) in [https://github.com/preactjs/compressed-size-action/pull/109](https://redirect.github.com/preactjs/compressed-size-action/pull/109) #### New Contributors - [@&#8203;flugg](https://redirect.github.com/flugg) made their first contribution in [https://github.com/preactjs/compressed-size-action/pull/80](https://redirect.github.com/preactjs/compressed-size-action/pull/80) - [@&#8203;sarayourfriend](https://redirect.github.com/sarayourfriend) made their first contribution in [https://github.com/preactjs/compressed-size-action/pull/82](https://redirect.github.com/preactjs/compressed-size-action/pull/82) **Full Changelog**: preactjs/compressed-size-action@2.6.0...2.7.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:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9ed89e6 commit a9b9f5c

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.6.0
31+
- uses: preactjs/compressed-size-action@2.7.0
3232
with:
3333
repo-token: '${{ secrets.GITHUB_TOKEN }}'
3434
pattern: 'packages/**/dist/**/*.{js,css}'

0 commit comments

Comments
 (0)