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 julia-actions/cache from 1 to 2 #81

Merged
merged 2 commits into from
Nov 20, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2024

Bumps julia-actions/cache from 1 to 2.

Release notes

Sourced from julia-actions/cache's releases.

v2.0.0

Breaking Changes ⚠️

v2.0.0 requires node20. This is a breaking change, because node20 does not support the following operating systems:

  • Red Hat Enterprise Linux 7
  • CentOS 7
  • Oracle Linux 7
  • Debian 9
  • Ubuntu 16.04
  • Linux Mint 18
  • openSUSE 15
  • SUSE Enterprise Linux (SLES) 12 SP2
  • Windows 7 64-bit
  • Windows 8.1 64-bit

Therefore, if you are using self-hosted runners on one of the above operating systems, you won't be able to run v2 of this action.

In contrast, v1 of this action uses node16.

What's Changed

New Contributors

Full Changelog: julia-actions/cache@v1.5.2...v2.0.0

v1.5.2: Cache tidy fixes. Existing registry fix.

What's Changed

... (truncated)

Changelog

Sourced from julia-actions/cache's changelog.

Create/update the new v2 tag locally, where the new v2 tag will point to the

release that you created in the previous step.

Make sure to change v2.2.0 to the actual value for the tag that you just

created in the previous step.

The -f flag forcibly overwrites the old

v2 tag (if it exists).

git tag -f v2 v2.2.0


Step 3: Now you need to push the tags:
# Regular-push the new `v2.2.0` tag:
git push origin tag v2.2.0

Force-push the new v2 tag:

git push origin tag v2 --force
</code></pre>
<h2>Part 2: Create the GitHub Release</h2>
<p>Go to the <a href="https://github.com/julia-actions/cache/releases&quot;&gt;Releases&lt;/a> section of this repo and create a new release (using the GitHub web interface).</p>
<p>For the &quot;choose a tag&quot; drop-down field, select the <code>v2.2.0</code> tag that you created and pushed in Part 1 of this guide.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/julia-actions/cache/commit/824243901fb567ccb490b0d0e2483ccecde46834&quot;&gt;&lt;code&gt;8242439&lt;/code&gt;&lt;/a> fix windows depot path expansion (<a href="https://redirect.github.com/julia-actions/cache/issues/146&quot;&gt;#146&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/julia-actions/cache/commit/8608484607cba0bdb5437a7bad85d6502499d029&quot;&gt;&lt;code&gt;8608484&lt;/code&gt;&lt;/a> Soft fail registry update (<a href="https://redirect.github.com/julia-actions/cache/issues/143&quot;&gt;#143&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/julia-actions/cache/commit/e662c423976f25dc5bc17c4f828baf7ca9336e33&quot;&gt;&lt;code&gt;e662c42&lt;/code&gt;&lt;/a> Expand paths which use tilde (<a href="https://redirect.github.com/julia-actions/cache/issues/141&quot;&gt;#141&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/julia-actions/cache/commit/e7913c2cb93bea16cc88abf47e27c950182cbd99&quot;&gt;&lt;code&gt;e7913c2&lt;/code&gt;&lt;/a> update any cached registries (<a href="https://redirect.github.com/julia-actions/cache/issues/140&quot;&gt;#140&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/julia-actions/cache/commit/9ec3abbd6430235bf7db8d303005ade58f3b37cd&quot;&gt;&lt;code&gt;9ec3abb&lt;/code&gt;&lt;/a> Bump actions/checkout from 4.1.6 to 4.1.7 (<a href="https://redirect.github.com/julia-actions/cache/issues/137&quot;&gt;#137&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/julia-actions/cache/commit/580d2b69d895343992af2cbad49c32a0149c2cde&quot;&gt;&lt;code&gt;580d2b6&lt;/code&gt;&lt;/a> Fix issues with custom cache eviction (<a href="https://redirect.github.com/julia-actions/cache/issues/135&quot;&gt;#135&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/julia-actions/cache/commit/e00c08a89a5b3dd353aae2f6d89c28a2d8bebab7&quot;&gt;&lt;code&gt;e00c08a&lt;/code&gt;&lt;/a> README: document that Bash is required (<a href="https://redirect.github.com/julia-actions/cache/issues/132&quot;&gt;#132&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/julia-actions/cache/commit/bb4225b87551c49ade2f5446fd0d23dceff5c131&quot;&gt;&lt;code&gt;bb4225b&lt;/code&gt;&lt;/a> Devdocs: document the process for making a new release of this action (<a href="https://redirect.github.com/julia-actions/cache/issues/128&quot;&gt;#128&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/julia-actions/cache/commit/8dfc57d68c2b66c144e72552a6c4797d4d571353&quot;&gt;&lt;code&gt;8dfc57d&lt;/code&gt;&lt;/a> Bump actions/checkout from 4.1.4 to 4.1.6 (<a href="https://redirect.github.com/julia-actions/cache/issues/133&quot;&gt;#133&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/julia-actions/cache/commit/3190fc83dbc582bbf8ccc2b5364f04864818d842&quot;&gt;&lt;code&gt;3190fc8&lt;/code&gt;&lt;/a> Fix typo in <code>cache-name</code> note (<a href="https://redirect.github.com/julia-actions/cache/issues/130&quot;&gt;#130&lt;/a&gt;)&lt;/li>
<li>Additional commits viewable in <a href="https://github.com/julia-actions/cache/compare/v1...v2&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

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 <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)

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 20, 2024

The following labels could not be found: dependencies, github-actions.

Copy link

github-actions bot commented Nov 20, 2024

Benchmark Results

master 4daeb25... master/4daeb2567b18d0...
KBIndex/237_8 0.846 ± 0.0055 s 0.834 ± 0.0055 s 1.01
KBIndex/degen4b 0.175 ± 0.0028 s 0.175 ± 0.0023 s 1
KBIndex/e8 0.546 ± 0.0057 s 0.538 ± 0.0069 s 1.02
KBIndex/f27 3.02 s 2.87 s 1.05
KBIndex/f27_2gen 1.03 s 1.04 s 0.989
KBIndex/f27monoid 10.5 s 10.5 s 1.01
KBIndex/funny3 1.84 s 1.81 s 1.02
KBIndex/heinnilp 0.588 ± 0.0005 s 0.59 ± 0.0044 s 0.997
KBIndex/l32ext 1.13 s 1.07 s 1.05
KBIndex/m11 3.08 s 3.01 s 1.02
KBIndex/verifynilp 0.0486 ± 0.00085 s 0.049 ± 0.001 s 0.992
KBPrefix/237_8 1.8 s 1.83 s 0.985
KBPrefix/degen4b 0.196 ± 0.0021 s 0.197 ± 0.0025 s 0.996
KBPrefix/e8 0.968 ± 0.016 s 0.955 ± 0.00097 s 1.01
KBPrefix/f27 7.59 s 7.85 s 0.967
KBPrefix/f27_2gen 0.471 ± 0.0038 s 0.46 ± 0.0045 s 1.02
KBPrefix/f27monoid 2.05 s 2.07 s 0.994
KBPrefix/funny3 0.481 ± 0.0045 s 0.482 ± 0.015 s 0.997
KBPrefix/heinnilp 0.0802 ± 0.0013 s 0.0802 ± 0.00072 s 1
KBPrefix/l32ext 2.04 s 2.05 s 0.997
KBPrefix/m11 1.4 s 1.38 s 1.01
KBPrefix/verifynilp 0.0757 ± 0.00075 s 0.0758 ± 0.00069 s 0.998
time_to_load 0.25 ± 0.00093 s 0.246 ± 0.0054 s 1.02

Benchmark Plots

A plot of the benchmark results have been uploaded as an artifact to the workflow run for this PR.
Go to "Actions"->"Benchmark a pull request"->[the most recent run]->"Artifacts" (at the bottom).

@dependabot dependabot bot force-pushed the dependabot/github_actions/julia-actions/cache-2 branch 2 times, most recently from e0383b2 to ddd5ca7 Compare November 20, 2024 12:56
Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 1 to 2.
- [Release notes](https://github.com/julia-actions/cache/releases)
- [Changelog](https://github.com/julia-actions/cache/blob/main/devdocs/making_a_new_release.md)
- [Commits](julia-actions/cache@v1...v2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/julia-actions/cache-2 branch from ddd5ca7 to 4daeb25 Compare November 20, 2024 13:26
@codecov-commenter
Copy link

codecov-commenter commented Nov 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.01%. Comparing base (fe68425) to head (1e1fcd4).
Report is 27 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #81      +/-   ##
==========================================
+ Coverage   94.67%   95.01%   +0.33%     
==========================================
  Files          32       36       +4     
  Lines        2292     2425     +133     
==========================================
+ Hits         2170     2304     +134     
+ Misses        122      121       -1     
Flag Coverage Δ
unittests ?

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@kalmarek kalmarek merged commit 4e9da50 into master Nov 20, 2024
4 of 5 checks passed
@kalmarek kalmarek deleted the dependabot/github_actions/julia-actions/cache-2 branch November 20, 2024 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants