Stranger6667 / jsonschema-rs

JSON Schema validation library
https://docs.rs/jsonschema
MIT License
511 stars 91 forks source link

build(deps): bump actions/checkout from 3 to 4 #501

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps actions/checkout from 3 to 4.

Release notes

Sourced from actions/checkout's releases.

v4.0.0

What's Changed

New Contributors

Full Changelog: https://github.com/actions/checkout/compare/v3...v4.0.0

v3.6.0

What's Changed

New Contributors

Full Changelog: https://github.com/actions/checkout/compare/v3.5.3...v3.6.0

v3.5.3

What's Changed

New Contributors

Full Changelog: https://github.com/actions/checkout/compare/v3...v3.5.3

v3.5.2

What's Changed

Full Changelog: https://github.com/actions/checkout/compare/v3.5.1...v3.5.2

v3.5.1

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v4.1.7

v4.1.6

v4.1.5

v4.1.4

v4.1.3

v4.1.2

v4.1.1

v4.1.0

v4.0.0

v3.6.0

v3.5.3

... (truncated)

Commits


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 89.98%. Comparing base (3acee86) to head (7b792c4). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #501 +/- ## ======================================= Coverage 89.98% 89.98% ======================================= Files 58 58 Lines 10057 10057 ======================================= Hits 9050 9050 Misses 1007 1007 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codspeed-hq[bot] commented 3 weeks ago

CodSpeed Performance Report

Merging #501 will degrade performances by 16.28%

Comparing dependabot/github_actions/actions/checkout-4 (7b792c4) with master (3acee86)

Summary

⚡ 9 improvements ❌ 6 regressions ✅ 305 untouched benchmarks

:warning: _Please fix the performance issues or acknowledge them on CodSpeed._

Benchmarks breakdown

Benchmark master dependabot/github_actions/actions/checkout-4 Change
all_of 1[jsonschema/is_valid/invalid] 916.9 ns 800.3 ns +14.58%
any_of_multiple_types foo[jsonschema/is_valid/valid] 824.4 ns 736.9 ns +11.87%
const foo[jsonschema/is_valid/invalid] 269.4 ns 240.3 ns +12.14%
contains 1[jsonschema/is_valid/invalid] 730.6 ns 643.1 ns +13.61%
enum 6[jsonschema/is_valid/invalid] 393.1 ns 334.7 ns +17.43%
exclusive_maximum 2[jsonschema/is_valid/valid] 389.2 ns 330.8 ns +17.63%
exclusive_maximum 3[jsonschema/is_valid/invalid] 389.2 ns 330.8 ns +17.63%
exclusive_minimum 3[jsonschema/is_valid/invalid] 360 ns 301.7 ns +19.34%
exclusive_minimum 4[jsonschema/is_valid/valid] 360 ns 301.7 ns +19.34%
min_items 12[jsonschema/is_valid/valid] 300 ns 358.3 ns -16.28%
type_integer foo[jsonschema/is_valid/invalid] 240.3 ns 269.4 ns -10.82%
type_multiple foo[jsonschema/is_valid/valid] 330.3 ns 388.6 ns -15.01%
type_string 1[jsonschema/is_valid/invalid] 240 ns 269.2 ns -10.84%
type_string foo[jsonschema/is_valid/valid] 240 ns 269.2 ns -10.84%
unique_items 121[jsonschema/is_valid/invalid] 752.2 ns 839.7 ns -10.42%