getsentry / symbolicator

Native Symbolication as a Service
https://getsentry.github.io/symbolicator/
MIT License
352 stars 45 forks source link

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

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months 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.0

v4.0.0

v3.6.0

v3.5.3

v3.5.2

v3.5.1

v3.5.0

v3.4.0

v3.3.0

v3.2.0

v3.1.0

v3.0.2

... (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 major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
github-actions[bot] commented 4 months ago
Fails
:no_entry_sign: Please consider adding a changelog entry for the next release.
Instructions and example for changelog Please add an entry to `CHANGELOG.md` to the "Unreleased" section under the following heading: 1. **Features**: For new user-visible functionality. 2. **Bug Fixes**: For user-visible bug fixes. 3. **Internal**: For features and bug fixes in internal operation. To the changelog entry, please add a link to this PR (consider a more descriptive message): ```md - bump actions/checkout from 3 to 4. ([#1368](https://github.com/getsentry/symbolicator/pull/1368)) ``` If none of the above apply, you can opt out by adding _#skip-changelog_ to the PR description.

Generated by :no_entry_sign: dangerJS against ab3a6460860aece8f87ba22ee8839f197d08f3b5

codecov[bot] commented 4 months ago

Codecov Report

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

Comparison is base (b94d783) 76.11% compared to head (c9a2a0b) 73.72%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1368 +/- ## ========================================== - Coverage 76.11% 73.72% -2.40% ========================================== Files 101 101 Lines 15258 15258 ========================================== - Hits 11614 11249 -365 - Misses 3644 4009 +365 ```