Hey folks. We just pushed a new major release of `...
# releases
d
Hey folks. We just pushed a new major release of
gradle/actions
(https://github.com/gradle/actions/releases/tag/v4.0.0-rc.1). The major change in this release is that cleaning unused files in Gradle User Home is now enabled by default. I've tested the new version with a couple of projects. It would be great to have a few other projects try it out before I push the
v4
tag for this version: at that time everyone will get Dependabot PRs and I expect the floodgates to open. If you have time or are working on a project, please try these out: •
gradle/actions/setup-gradle@v4.0.0-rc.1
•
gradle/actions/dependency-submission@4.0.0-rc.1
•
gradle/actions/wrapper-validation@4.0.0-rc.1
Thanks!
šŸŽ‰ 3
šŸ‘ 1
t
oo that looks useful! I saw a typo in that section. I'm on mobile so can't just submit a PR easily.
d
Thanks Tony, I'll get it fixed.
Update: based on a little feedback I've replaced the RC with a beta release: https://github.com/gradle/actions/releases/tag/v4.0.0-beta.1 You can switch to this release stream by binding to the
prerelease/v4
tag:
Copy code
uses: gradle/actions/setup-gradle@prerelease/v4
d
Thanks Tony. You won't see any cache cleanup until you merge into the main branch: the action now adds more information to the Job summary about the state of caching.
šŸ‘ 1