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/setup-julia from 1 to 2 #38

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps julia-actions/setup-julia from 1 to 2.

Release notes

Sourced from julia-actions/setup-julia's releases.

v2.0.0 - Update to Node20

What's Changed

Note the rationale for the breaking change was discussed in julia-actions/setup-julia#209

Dependencies and misc

New Contributors

Full Changelog: julia-actions/setup-julia@v1.9.6...v2.0.0

v1.9.6: Fix Apple Silicon installation

What's Changed

Deps & CI

New Contributors

Full Changelog: julia-actions/setup-julia@v1.9.5...v1.9.6

v1.9.5: Maintain mtime of julia build to avoid re-precompilation

A big part of fixing JuliaLang/julia#50667 for julia <1.11 as maintaining the mtime of the julia source files means cached /compiled caches won't be invalidated in new runs where julia has been reinstalled.

What's Changed

Dep updates

... (truncated)

Changelog

Sourced from julia-actions/setup-julia'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/setup-julia/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/setup-julia/commit/9b79636afcfb07ab02c256cede01fe2db6ba808c&quot;&gt;&lt;code&gt;9b79636&lt;/code&gt;&lt;/a> Bump typescript from 5.6.2 to 5.6.3 (<a href="https://redirect.github.com/julia-actions/setup-julia/issues/294&quot;&gt;#294&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/julia-actions/setup-julia/commit/0360370b20a9be1b0686a0f7d92ddb1f404d67e4&quot;&gt;&lt;code&gt;0360370&lt;/code&gt;&lt;/a> Bump <code>@​vercel/ncc</code> from 0.38.1 to 0.38.2 (<a href="https://redirect.github.com/julia-actions/setup-julia/issues/287&quot;&gt;#287&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/julia-actions/setup-julia/commit/4e3f1d687ab9ecf2e401b643f66c8c3514e69886&quot;&gt;&lt;code&gt;4e3f1d6&lt;/code&gt;&lt;/a> Bump <code>@​actions/core</code> from 1.10.1 to 1.11.1 (<a href="https://redirect.github.com/julia-actions/setup-julia/issues/291&quot;&gt;#291&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/julia-actions/setup-julia/commit/1068b5ed3f690085aab08e3bd05a5f402a5c6e30&quot;&gt;&lt;code&gt;1068b5e&lt;/code&gt;&lt;/a> Change LTS 1.6 -&gt; 1.10 (<a href="https://redirect.github.com/julia-actions/setup-julia/issues/290&quot;&gt;#290&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/julia-actions/setup-julia/commit/f42f7fb072a558cec9282a44184b081e1f49302a&quot;&gt;&lt;code&gt;f42f7fb&lt;/code&gt;&lt;/a> Bump <code>@​types/async-retry</code> from 1.4.8 to 1.4.9 (<a href="https://redirect.github.com/julia-actions/setup-julia/issues/292&quot;&gt;#292&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/julia-actions/setup-julia/commit/a06d998188fa3160ced1438b41c9d5731efc7642&quot;&gt;&lt;code&gt;a06d998&lt;/code&gt;&lt;/a> Bump <code>@​types/node</code> from 22.6.1 to 22.7.5 (<a href="https://redirect.github.com/julia-actions/setup-julia/issues/293&quot;&gt;#293&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/julia-actions/setup-julia/commit/83c1b1f3c9273c3f4b1f418f7436953644cf3b8a&quot;&gt;&lt;code&gt;83c1b1f&lt;/code&gt;&lt;/a> Bump julia-actions/setup-julia from 2.3.0 to 2.5.0 (<a href="https://redirect.github.com/julia-actions/setup-julia/issues/285&quot;&gt;#285&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/julia-actions/setup-julia/commit/be1659352da9da639dc213e7d06e990019099b19&quot;&gt;&lt;code&gt;be16593&lt;/code&gt;&lt;/a> <code>arch</code> input: accept <code>x86_64</code> as a synonym for <code>x64</code> (<a href="https://redirect.github.com/julia-actions/setup-julia/issues/264&quot;&gt;#264&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/julia-actions/setup-julia/commit/d6ffb3065bfd632f9827abe73b3a00f64dff2b67&quot;&gt;&lt;code&gt;d6ffb30&lt;/code&gt;&lt;/a> Bump typescript from 5.5.4 to 5.6.2 (<a href="https://redirect.github.com/julia-actions/setup-julia/issues/286&quot;&gt;#286&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/julia-actions/setup-julia/commit/95d7bc017490da060f546e8b0fe56e0a127d3054&quot;&gt;&lt;code&gt;95d7bc0&lt;/code&gt;&lt;/a> Bump <code>@​types/jest</code> from 29.5.12 to 29.5.13 (<a href="https://redirect.github.com/julia-actions/setup-julia/issues/288&quot;&gt;#288&lt;/a&gt;)&lt;/li>
<li>Additional commits viewable in <a href="https://github.com/julia-actions/setup-julia/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)

Bumps [julia-actions/setup-julia](https://github.com/julia-actions/setup-julia) from 1 to 2.
- [Release notes](https://github.com/julia-actions/setup-julia/releases)
- [Changelog](https://github.com/julia-actions/setup-julia/blob/master/devdocs/making_a_new_release.md)
- [Commits](julia-actions/setup-julia@v1...v2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 11, 2024
@j-fu j-fu merged commit 2b6bf67 into master Nov 11, 2024
5 of 10 checks passed
@j-fu j-fu deleted the dependabot/github_actions/julia-actions/setup-julia-2 branch November 11, 2024 20:37
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant