petertrr / kotlin-multiplatform-diff

Multiplaform kotlin library for calculating text differences. Based on java-diff-utils, supports JVM, JS and native targets.
Apache License 2.0
75 stars 5 forks source link

chore(deps): update all github actions (major) #28

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v2.3.3 -> v3.0.0
actions/checkout action major v2 -> v3
actions/setup-java action major v2 -> v3
actions/upload-artifact action major v2 -> v3

Release Notes

actions/checkout ### [`v3.0.0`](https://togithub.com/actions/checkout/releases/v3.0.0) [Compare Source](https://togithub.com/actions/checkout/compare/v2.4.0...v3.0.0) - Update default runtime to node16 ### [`v2.4.0`](https://togithub.com/actions/checkout/releases/v2.4.0) [Compare Source](https://togithub.com/actions/checkout/compare/v2.3.5...v2.4.0) - Convert SSH URLs like `org-@​github.com:` to `https://github.com/` - [pr](https://togithub.com/actions/checkout/pull/621) ### [`v2.3.5`](https://togithub.com/actions/checkout/releases/v2.3.5) [Compare Source](https://togithub.com/actions/checkout/compare/v2.3.4...v2.3.5) Update dependencies ### [`v2.3.4`](https://togithub.com/actions/checkout/releases/v2.3.4) [Compare Source](https://togithub.com/actions/checkout/compare/v2.3.3...v2.3.4) - [Add missing `await`s](https://togithub.com/actions/checkout/pull/379) - [Swap to Environment Files](https://togithub.com/actions/checkout/pull/360)
actions/setup-java ### [`v3`](https://togithub.com/actions/setup-java/compare/v2...v3) [Compare Source](https://togithub.com/actions/setup-java/compare/v2...v3)
actions/upload-artifact ### [`v3`](https://togithub.com/actions/upload-artifact/compare/v2...v3) [Compare Source](https://togithub.com/actions/upload-artifact/compare/v2...v3)

Configuration

📅 Schedule: "before 4am on Saturday" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by WhiteSource Renovate. View repository job log here.

codecov[bot] commented 2 years ago

Codecov Report

Merging #28 (e23aaa6) into main (17dc397) will not change coverage. The diff coverage is n/a.

:exclamation: Current head e23aaa6 differs from pull request most recent head c5053fe. Consider uploading reports for the commit c5053fe to get more accurate results

Impacted file tree graph

@@            Coverage Diff            @@
##               main      #28   +/-   ##
=========================================
  Coverage     84.34%   84.34%           
  Complexity      113      113           
=========================================
  Files            14       14           
  Lines           492      492           
  Branches         87       87           
=========================================
  Hits            415      415           
  Misses           53       53           
  Partials         24       24           
Flag Coverage Δ
unittests 84.34% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 17dc397...c5053fe. Read the comment docs.