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 actions/checkout from 3 to 4 #2401

Merged
merged 1 commit into from
Sep 5, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 4, 2023

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: actions/checkout@v3...v4.0.0

v3.6.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v3.5.3...v3.6.0

v3.5.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v3...v3.5.3

v3.5.2

What's Changed

Full Changelog: actions/checkout@v3.5.1...v3.5.2

v3.5.1

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

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

v3.0.1

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 <dependency name> 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)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 4, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Sep 4, 2023

Benchmark Results

java_maven_multithreaded.csv

Commit CPU Memory Time ExitCode
e7c5dc7 42% 203644 0:23.39 0
cbb087a 45% 194884 0:22.46 0
30a0c23 46% 198360 0:21.18 0
48d73a0 50% 189520 0:24.09 0

java_maven_serial.csv

Commit CPU Memory Time ExitCode
e7c5dc7 50% 209008 0:24.03 0
cbb087a 41% 201340 0:28.75 0
30a0c23 46% 186872 0:33.25 0
48d73a0 52% 182172 0:22.60 0

java_gradle_multithreaded.csv

Commit CPU Memory Time ExitCode
e7c5dc7 6% 120660 0:34.02 0
cbb087a 6% 94368 0:36.67 0
30a0c23 6% 123340 0:35.22 0
48d73a0 7% 122860 0:29.29 0

java_gradle_parallel.csv

Commit CPU Memory Time ExitCode
e7c5dc7 5% 121060 0:36.79 0
cbb087a 5% 119308 0:48.68 0
30a0c23 5% 123460 0:42.99 0
48d73a0 5% 122672 0:36.54 0

java_simple_multithreaded.csv

Commit CPU Memory Time ExitCode
e7c5dc7 26% 66300 0:12.22 0
cbb087a 26% 63600 0:12.15 0
30a0c23 26% 64196 0:20.23 0
48d73a0 25% 65740 0:12.51 0

java_simple_parallel.csv

Commit CPU Memory Time ExitCode
e7c5dc7 20% 67916 0:23.75 0
cbb087a 20% 65780 0:23.02 0
30a0c23 23% 66796 0:23.61 0
48d73a0 23% 67836 0:24.69 0

java_simple_serial.csv

Commit CPU Memory Time ExitCode
e7c5dc7 26% 65580 0:18.79 0
cbb087a 28% 65620 0:14.39 0
30a0c23 30% 65536 0:20.64 0
48d73a0 26% 63500 0:17.64 0

java_maven_parallel.csv

Commit CPU Memory Time ExitCode
e7c5dc7 37% 206568 0:42.16 0
cbb087a 37% 199396 0:30.74 0
30a0c23 35% 193528 0:31.80 0
48d73a0 37% 187144 0:30.35 0

java_gradle_serial.csv

Commit CPU Memory Time ExitCode
e7c5dc7 6% 119700 0:31.42 0
cbb087a 6% 124600 0:29.64 0
30a0c23 6% 121232 0:30.46 0
48d73a0 6% 95312 0:36.42 0

Notes

  • The results above are generated by running against seed projects in https://github.com/getgauge/gauge-benchmark
  • These results are not persisted, but on merging to master the benchmark will be rerun.
  • These benchmark are run in Github Actions' agents, which are virtualized. Results are not to be taken as actual benchmarks.Rather, these are indicative numbers and make sense for comparison.

See Workflow log for more details.

@haroon-sheikh haroon-sheikh enabled auto-merge (squash) September 5, 2023 11:59
@haroon-sheikh haroon-sheikh merged commit ea39104 into master Sep 5, 2023
28 checks passed
@haroon-sheikh haroon-sheikh deleted the dependabot/github_actions/actions/checkout-4 branch September 5, 2023 11:59
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 github_actions Pull requests that update GitHub Actions code
Development

Successfully merging this pull request may close these issues.

1 participant