Skip to content

Bump burrunan/gradle-cache-action from 1.10 to 1.15 #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 28, 2022

Bumps burrunan/gradle-cache-action from 1.10 to 1.15.

Changelog

Sourced from burrunan/gradle-cache-action's changelog.

2022-11-27: v1.15 ⬆️ bump dependencies

Includes all the fixes from 1.13 and 1.14.

2022-10-29: v1.14 ⬆️ bump dependencies

Unreleased: the code was not compatible with kotlin-wrappers/node, so it did not work. Use 1.15 instead.

  • bump @​actions/core: 1.9.1 -> 1.10.0 (fix set-state warning)
  • bump @​actions/cache: 3.0.4 -> 3.0.6

2022-08-24: v1.13 ⬆️ bump dependencies

Unreleased: the code was not compatible with kotlin-wrappers/node, so it did not work. Use 1.15 instead.

  • bump @​actions/core: 1.9.0 -> 1.9.1
  • bump @​actions/cache: 3.0.0 -> 3.0.4
  • Move from kotlinx-node to kotlin-wrappers/node
  • Print stacktrace on cache proxy server failure
  • Bump Gradle to 7.5.1

2022-07-15: v1.12 ⬆️ bump dependencies

  • Kotlin 1.4.31 legacy -> 1.7.10 IR
  • @​actions/cache: 1.0.1 -> 3.0.0
  • @​actions/core: 1.2.4 -> 1.9.0
  • @​actions/exec 1.0.4 -> 1.1.1
  • @​actions/glob 0.1.0 -> 0.3.0
  • @​actions/http-client 1.0.8 -> 2.0.1
  • @​actions/io 1.0.2 -> 1.1.2
  • @​actions/tool-cache 1.6.0 -> 2.0.1
  • @​octokit/request-error 2.0.2 -> 3.0.0
  • @​octokit/types 5.4.0 -> 6.39.0
  • @​octokit/webhooks 7.9.3 -> 10.0.8
  • nodejs: 12.18.3 -> 16.16.0

Thanks to https://github.com/infomiho for burrunan/gradle-cache-action#49

2022-07-06: v1.11 🚑 add home-directory property to override $HOME location

When Docker executes under root user, it will use /root as home directory, so cache location would use locations like /root/.gradle.

The new home-directory: /path/to/proper/user/home property can be used to override the location of $HOME.

See burrunan/gradle-cache-action#41

2021-03-09: v1.10 🚀 optimize local build cache with push=false when read-only

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.

... (truncated)

Commits
  • f9ec73c Publish release from ea8a51453cd04060535795d626fad5cf927ea120
  • 5424817 Publish release from a24783b53ac3b837c34294f7a31730226f302ce4
  • 09c566e Publish release from 4f53019f839d5bae87b00837c625f398f1f47710
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [burrunan/gradle-cache-action](https://github.com/burrunan/gradle-cache-action) from 1.10 to 1.15.
- [Release notes](https://github.com/burrunan/gradle-cache-action/releases)
- [Changelog](https://github.com/burrunan/gradle-cache-action/blob/main/CHANGELOG.md)
- [Commits](burrunan/gradle-cache-action@v1.10...v1.15)

---
updated-dependencies:
- dependency-name: burrunan/gradle-cache-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 28, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 30, 2023

Superseded by #6.

@dependabot dependabot bot closed this Jan 30, 2023
@dependabot dependabot bot deleted the dependabot/github_actions/burrunan/gradle-cache-action-1.15 branch January 30, 2023 01:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants