Skip to content
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

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

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] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 24, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #28 (d1a5dd8) into master (66d08f4) will decrease coverage by 0.26%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##             master      #28      +/-   ##
============================================
- Coverage     89.08%   88.83%   -0.26%     
+ Complexity     2620     2611       -9     
============================================
  Files           300      300              
  Lines          8721     8721              
  Branches        922      922              
============================================
- Hits           7769     7747      -22     
- Misses          628      648      +20     
- Partials        324      326       +2     
Impacted Files Coverage Δ
...sion/trace/jaeger/sampler/PerOperationSampler.java 0.00% <0.00%> (-75.00%) ⬇️
...jaeger/thrift/JaegerThriftSpanExporterBuilder.java 75.00% <0.00%> (-10.00%) ⬇️
...exporter/jaeger/JaegerGrpcSpanExporterBuilder.java 82.60% <0.00%> (-8.70%) ⬇️
...sion/trace/jaeger/sampler/JaegerRemoteSampler.java 66.66% <0.00%> (-7.85%) ⬇️
.../opentelemetry/exporter/jaeger/thrift/Adapter.java 98.55% <0.00%> (-1.45%) ⬇️
...java/io/opentelemetry/exporter/jaeger/Adapter.java 91.42% <0.00%> (-0.96%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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.

1 participant