Commit graph

6 commits

Author SHA1 Message Date
SpiritCroc
589ce215de [TMP] Automatic upstream merge preparation
Change-Id: I889085ec4626c8bad3c6eeb4aba0b9d57799d6f2
2022-04-24 10:47:15 +02:00
SpiritCroc
4c457de2eb Automatic upstream merge postprocessing
Change-Id: Ia380e6cb16012ca8e2902918eee60a24d893749a
2022-04-12 11:57:23 +02:00
SpiritCroc
97b181997f [TMP] Automatic upstream merge preparation
Change-Id: Ia7ca6b9e94631fc9ccfa911669376a472f5012d5
2022-04-12 11:07:58 +02:00
SpiritCroc
3322a6fde6 Automatic upstream merge postprocessing
Change-Id: I2d763d8cb40866f8cf8b21a1750bf487f291c90f
2022-03-30 15:53:52 +02:00
dependabot[bot]
9c18088128
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-07 23:05:24 +00:00
Cristian Greco
62f620f79b Add workflow for Update Gradle Wrapper Action.
This action keeps Gradle Wrapper up-to-date to the latest release. It
will run every day at midnight (UTC) and create a pull request if a new
Gradle version is available. The updated Wrapper script is validated
(with checksum verification) during the update process, and the Wrapper
is setup so that it will validate the Gradle binary itself on first run
of the new version.

Signed-off-by: Cristian Greco <cristian@regolo.cc>
2020-09-24 11:19:28 +02:00