dependabot[bot]
|
5e3952da92
|
Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action).
Updates `actions/checkout` from 3 to 4
- [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/v3...v4)
Updates `gradle/gradle-build-action` from 2.7.1 to 2.8.0
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](https://github.com/gradle/gradle-build-action/compare/v2.7.1...v2.8.0)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: gradle/gradle-build-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-09-21 16:35:57 +02:00 |
|
Daz DeBoer
|
82bc72e1e7
|
Re-enable cache-cleanup on Windows
|
2022-08-26 09:03:58 -06:00 |
|
Daz DeBoer
|
cc60593845
|
Disable cache-cleanup on Windows
It does not seem possible to use `find .. -exec ..` on Windows,
so a node-only solution may be required.
|
2022-08-25 20:06:13 -06:00 |
|
Daz DeBoer
|
c64fe31590
|
Fix tests that run on Windows
- Properly escape sysprop values
- Use bash for file existence checks
|
2022-08-25 20:02:31 -06:00 |
|
Daz DeBoer
|
6e56b59601
|
Fix test sysprop name to work on Windows
|
2022-08-24 08:19:52 -06:00 |
|
Daz DeBoer
|
25ec178747
|
Add integration test for cache cleanup
|
2022-08-22 14:08:28 -06:00 |
|