Update burrunan/gradle-cache-action action to v3#52
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
87fe263 to
b177c2d
Compare
b177c2d to
dab6a85
Compare
dab6a85 to
4845e0e
Compare
e9bad00 to
0cfcfee
Compare
0cfcfee to
3365918
Compare
10990cd to
57bc922
Compare
57bc922 to
ac0f7b1
Compare
ac0f7b1 to
c5a5e19
Compare
8b1d8ca to
7d02362
Compare
7d02362 to
8e4c53d
Compare
c856cba to
0b22259
Compare
0b22259 to
ba4de07
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1→v3Release Notes
burrunan/gradle-cache-action (burrunan/gradle-cache-action)
v3.0.1Compare Source
v3.0.0Compare Source
v3.0Compare Source
v3Compare Source
Bump to actions/cache@v4 API
Bump Gradle to 8.14
Bump to Kotlin 2.1.20
Bump kotlinx-coroutines to 1.10.2
Bump kotlin-serialization to 1.8.1
Bump kotlin-wrappers to 2025.5.2
v2Compare Source
Bump
node16tonode20. This resolves "node16 is deprecated" warning.Bump Gradle to 8.8
Bump kotlinx-coroutines to 1.8.1
Bump kotlin-serialization to 1.7.1
Bump wrapper-validation-action to v3
Bump setup-java, checkout to v4
v1.22Compare Source
v1.19Compare Source
Thanks to Vampire for the contribution.
v1.18Compare Source
v1.17Compare Source
Thanks to Vampire for the contribution.
v1.16Compare Source
See #58
Thanks to Vampire for the contribution.
v1.15Compare Source
Includes all the fixes from 1.13 and 1.14.
v1.12Compare Source
Thanks to https://github.com/infomiho for #49
v1.11Compare Source
When Docker executes under root user, it will use
/rootas home directory,so cache location would use locations like
/root/.gradle.The new
home-directory: /path/to/proper/user/homeproperty can be used tooverride the location of
$HOME.See #41
v1.10Compare Source
Local build cache won't help much in the read-only mode since workers are stateless anyway.
Disabling the cache reduces the time it takes to pack cache entries.
v1.9Compare Source
Previously
read-onlywas implemented as "skip saving the caches",however it makes sense to configure
push=falseso Gradle skips cache entry preparation as well.v1.8Compare Source
Support Gradle 5 (and possibly even earlier versions).
Previously the plugin added
init.gradlescript to activate remote build cache aggregator.However,
beforeSettingsis Gradle 6.0+ only, so in previous Gradle versionsgradle-cache-actionskipscom.github.burrunan.multi-cacheplugin.The impact is old Gradle versions would not be able to use both GitHub cache and
custom remote build cache at the same time (only project-defined remote build cache would be used).
v1.7Compare Source
The following configuration would make all non-main branch builds to use read-only caching:
read-only: ${{ github.ref != 'refs/heads/main' }}.It would save GitHub space usage for PR builds, however, they would still use
caches from the main branch.
Bump Gradle: 6.5.1 -> 6.8.3
Bump Kotlin: 1.4.0-rc -> 1.4.31
Bump kotlinx-serialization: 1.0-M1-1.4.0-rc -> 1.1.0
Bump kotlinx-serialization: 1.0-M1-1.4.0-rc -> 1.1.0
Bump kotlinx-coroutines: 1.3.8-1.4.0-rc -> 1.4.3
Bump kotlin-wrappers: 1.0.1-pre.110 -> 1.0.1-pre.148
v1.6Compare Source
Add
gradle-distribution-sha-256-sum-warningoption to silence warning in case checksum is missing.Add
gradle-build-scan-reportto skip publishing Gradle Build Scan URL to the job report.Thanks to Przemysław Jakubczyk for the contributions.
v1.5Compare Source
feature/branchis a valid branch name in Git, sogradle-cache-actionnow escapes/whenusing branch name as a part of the cache key.
v1.4Compare Source
It turns out caching action can't apply exclude if user included of the parent folders.
See actions/cache#364 (comment)
It should fix errors like
v1.3Compare Source
v1.2Compare Source
Bump
node16tonode20. This resolves "node16 is deprecated" warning.Bump Gradle to 8.8
Bump kotlinx-coroutines to 1.8.1
Bump kotlin-serialization to 1.7.1
Bump wrapper-validation-action to v3
Bump setup-java, checkout to v4
v1.1Compare Source
Thanks to Vampire for the contribution.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.