mui / mui-x

MUI X: Build complex and data-rich applications using a growing list of advanced React components, like the Data Grid, Date and Time Pickers, Charts, and more!
https://mui.com/x/
3.82k stars 1.14k forks source link

Bump GitHub Actions #12932

Closed renovate[bot] closed 2 weeks ago

renovate[bot] commented 2 weeks ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions-cool/check-user-permission action digest a0668c9 -> 956b2e7
actions/checkout action patch v4.1.1 -> v4.1.4
carloscastrojumo/github-cherry-pick-action action patch v1.0.9 -> v1.0.10
github/codeql-action action minor v3.24.6 -> v3.25.3

Release Notes

actions/checkout (actions/checkout) ### [`v4.1.4`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v414) [Compare Source](https://togithub.com/actions/checkout/compare/v4.1.3...v4.1.4) - Disable `extensions.worktreeConfig` when disabling `sparse-checkout` by [@​jww3](https://togithub.com/jww3) in [https://github.com/actions/checkout/pull/1692](https://togithub.com/actions/checkout/pull/1692) - Add dependabot config by [@​cory-miller](https://togithub.com/cory-miller) in [https://github.com/actions/checkout/pull/1688](https://togithub.com/actions/checkout/pull/1688) - Bump the minor-actions-dependencies group with 2 updates by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/checkout/pull/1693](https://togithub.com/actions/checkout/pull/1693) - Bump word-wrap from 1.2.3 to 1.2.5 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/checkout/pull/1643](https://togithub.com/actions/checkout/pull/1643) ### [`v4.1.3`](https://togithub.com/actions/checkout/releases/tag/v4.1.3) [Compare Source](https://togithub.com/actions/checkout/compare/v4.1.2...v4.1.3) #### What's Changed - Update `actions/checkout` version in `update-main-version.yml` by [@​jww3](https://togithub.com/jww3) in [https://github.com/actions/checkout/pull/1650](https://togithub.com/actions/checkout/pull/1650) - Check git version before attempting to disable `sparse-checkout` by [@​jww3](https://togithub.com/jww3) in [https://github.com/actions/checkout/pull/1656](https://togithub.com/actions/checkout/pull/1656) - Add SSH user parameter by [@​cory-miller](https://togithub.com/cory-miller) in [https://github.com/actions/checkout/pull/1685](https://togithub.com/actions/checkout/pull/1685) **Full Changelog**: https://github.com/actions/checkout/compare/v4.1.2...v4.1.3 ### [`v4.1.2`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v412) [Compare Source](https://togithub.com/actions/checkout/compare/v4.1.1...v4.1.2) - Fix: Disable sparse checkout whenever `sparse-checkout` option is not present [@​dscho](https://togithub.com/dscho) in [https://github.com/actions/checkout/pull/1598](https://togithub.com/actions/checkout/pull/1598)
carloscastrojumo/github-cherry-pick-action (carloscastrojumo/github-cherry-pick-action) ### [`v1.0.10`](https://togithub.com/carloscastrojumo/github-cherry-pick-action/releases/tag/v1.0.10) [Compare Source](https://togithub.com/carloscastrojumo/github-cherry-pick-action/compare/v1.0.9...v1.0.10) ##### ❗️Changes ##### 🐛 Bug Fixes - Fix typo in team reviewers input parameter [@​jeslat](https://togithub.com/jeslat) ([#​96](https://togithub.com/carloscastrojumo/github-cherry-pick-action/issues/96)) ##### 🔧 Maintenance - Bump action Node version to v20 [@​LukasTy](https://togithub.com/LukasTy) ([#​148](https://togithub.com/carloscastrojumo/github-cherry-pick-action/issues/148)) - Bump the npm group with 13 updates [@​dependabot](https://togithub.com/dependabot) ([#​156](https://togithub.com/carloscastrojumo/github-cherry-pick-action/issues/156)) - Bump the github-actions group with 3 updates [@​dependabot](https://togithub.com/dependabot) ([#​151](https://togithub.com/carloscastrojumo/github-cherry-pick-action/issues/151)) - Bump prettier from 2.8.4 to 3.2.5 [@​dependabot](https://togithub.com/dependabot) ([#​152](https://togithub.com/carloscastrojumo/github-cherry-pick-action/issues/152)) - Bump [@​types/node](https://togithub.com/types/node) from 18.15.8 to 20.11.30 [@​dependabot](https://togithub.com/dependabot) ([#​150](https://togithub.com/carloscastrojumo/github-cherry-pick-action/issues/150)) - Bump [@​types/node](https://togithub.com/types/node) from 18.13.0 to 18.15.8 [@​dependabot](https://togithub.com/dependabot) ([#​99](https://togithub.com/carloscastrojumo/github-cherry-pick-action/issues/99)) - Bump eslint-plugin-github from 4.6.0 to 4.7.0 [@​dependabot](https://togithub.com/dependabot) ([#​98](https://togithub.com/carloscastrojumo/github-cherry-pick-action/issues/98)) - Bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 5.51.0 to 5.56.0 [@​dependabot](https://togithub.com/dependabot) ([#​95](https://togithub.com/carloscastrojumo/github-cherry-pick-action/issues/95)) - Bump eslint from 8.33.0 to 8.36.0 [@​dependabot](https://togithub.com/dependabot) ([#​90](https://togithub.com/carloscastrojumo/github-cherry-pick-action/issues/90)) - Fix Auto label dependabot Pull Requests [@​carloscastrojumo](https://togithub.com/carloscastrojumo) ([#​81](https://togithub.com/carloscastrojumo/github-cherry-pick-action/issues/81)) - Auto label dependabot Pull Requests [@​carloscastrojumo](https://togithub.com/carloscastrojumo) ([#​79](https://togithub.com/carloscastrojumo/github-cherry-pick-action/issues/79))
github/codeql-action (github/codeql-action) ### [`v3.25.3`](https://togithub.com/github/codeql-action/compare/v3.25.2...v3.25.3) [Compare Source](https://togithub.com/github/codeql-action/compare/v3.25.2...v3.25.3) ### [`v3.25.2`](https://togithub.com/github/codeql-action/compare/v3.25.1...v3.25.2) [Compare Source](https://togithub.com/github/codeql-action/compare/v3.25.1...v3.25.2) ### [`v3.25.1`](https://togithub.com/github/codeql-action/compare/v3.25.0...v3.25.1) [Compare Source](https://togithub.com/github/codeql-action/compare/v3.25.0...v3.25.1) ### [`v3.25.0`](https://togithub.com/github/codeql-action/compare/v3.24.10...v3.25.0) [Compare Source](https://togithub.com/github/codeql-action/compare/v3.24.10...v3.25.0) ### [`v3.24.10`](https://togithub.com/github/codeql-action/compare/v3.24.9...v3.24.10) [Compare Source](https://togithub.com/github/codeql-action/compare/v3.24.9...v3.24.10) ### [`v3.24.9`](https://togithub.com/github/codeql-action/compare/v3.24.8...v3.24.9) [Compare Source](https://togithub.com/github/codeql-action/compare/v3.24.8...v3.24.9) ### [`v3.24.8`](https://togithub.com/github/codeql-action/compare/v3.24.7...v3.24.8) [Compare Source](https://togithub.com/github/codeql-action/compare/v3.24.7...v3.24.8) ### [`v3.24.7`](https://togithub.com/github/codeql-action/compare/v3.24.6...v3.24.7) [Compare Source](https://togithub.com/github/codeql-action/compare/v3.24.6...v3.24.7)

Configuration

📅 Schedule: Branch creation - "on sunday before 6:00am" in timezone UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

mui-bot commented 2 weeks ago

Deploy preview: https://deploy-preview-12932--material-ui-x.netlify.app/

Generated by :no_entry_sign: dangerJS against 333439411de29181b01625b58e3f3f8cb80540f8