Skip to content
New issue

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

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

Already on GitHub? # to your account

Bump burrunan/gradle-cache-action from 1.6 to 1.16 #655

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 24, 2023

Bumps burrunan/gradle-cache-action from 1.6 to 1.16.

Changelog

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

2023-01-23: v1.16 🚀 added types for github-workflows-kt

See burrunan/gradle-cache-action#58

Thanks to Vampire for the contribution.

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

... (truncated)

Commits
  • dcdf4fa Publish release from 69925e9733648aa8296cc4540654f818f2f53863
  • b88a304 Publish release from 0e31115432a5726dd9dba3f80b5a82c47ab6187d
  • f9ec73c Publish release from ea8a51453cd04060535795d626fad5cf927ea120
  • 5424817 Publish release from a24783b53ac3b837c34294f7a31730226f302ce4
  • 09c566e Publish release from 4f53019f839d5bae87b00837c625f398f1f47710
  • cbdf434 Publish release from 8634d2e8d98d5fe50d5aa3cdf85bfd211988bb12
  • 97d1da4 Publish release from b2dbff67b30ad45ff44ce79d869f46ca043d9ee5
  • a61b505 Publish release from bbff155167ab6680679a31546d2e5e841cc1bb1a
  • ed5fd9a Publish release from bd67dbd9581480ba520d3722a5e482c3326bfdef
  • 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.6 to 1.16.
- [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.6...v1.16)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 24, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #655 (271bc69) into master (fd327e6) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             master     #655   +/-   ##
=========================================
  Coverage     87.18%   87.18%           
  Complexity     2641     2641           
=========================================
  Files           318      318           
  Lines          8804     8804           
  Branches        897      897           
=========================================
  Hits           7676     7676           
  Misses          844      844           
  Partials        284      284           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant