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.
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">Releases</a> section of this repo and create a new release (using the GitHub web interface).</p>
<p>For the "choose a tag" 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"><code>9b79636</code></a> Bump typescript from 5.6.2 to 5.6.3 (<a href="https://redirect.github.com/julia-actions/setup-julia/issues/294">#294</a>)</li>
<li><a href="https://github.com/julia-actions/setup-julia/commit/0360370b20a9be1b0686a0f7d92ddb1f404d67e4"><code>0360370</code></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">#287</a>)</li>
<li><a href="https://github.com/julia-actions/setup-julia/commit/4e3f1d687ab9ecf2e401b643f66c8c3514e69886"><code>4e3f1d6</code></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">#291</a>)</li>
<li><a href="https://github.com/julia-actions/setup-julia/commit/1068b5ed3f690085aab08e3bd05a5f402a5c6e30"><code>1068b5e</code></a> Change LTS 1.6 -> 1.10 (<a href="https://redirect.github.com/julia-actions/setup-julia/issues/290">#290</a>)</li>
<li><a href="https://github.com/julia-actions/setup-julia/commit/f42f7fb072a558cec9282a44184b081e1f49302a"><code>f42f7fb</code></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">#292</a>)</li>
<li><a href="https://github.com/julia-actions/setup-julia/commit/a06d998188fa3160ced1438b41c9d5731efc7642"><code>a06d998</code></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">#293</a>)</li>
<li><a href="https://github.com/julia-actions/setup-julia/commit/83c1b1f3c9273c3f4b1f418f7436953644cf3b8a"><code>83c1b1f</code></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">#285</a>)</li>
<li><a href="https://github.com/julia-actions/setup-julia/commit/be1659352da9da639dc213e7d06e990019099b19"><code>be16593</code></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">#264</a>)</li>
<li><a href="https://github.com/julia-actions/setup-julia/commit/d6ffb3065bfd632f9827abe73b3a00f64dff2b67"><code>d6ffb30</code></a> Bump typescript from 5.5.4 to 5.6.2 (<a href="https://redirect.github.com/julia-actions/setup-julia/issues/286">#286</a>)</li>
<li><a href="https://github.com/julia-actions/setup-julia/commit/95d7bc017490da060f546e8b0fe56e0a127d3054"><code>95d7bc0</code></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">#288</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/julia-actions/setup-julia/compare/v1...v2">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=julia-actions/setup-julia&package-manager=github_actions&previous-version=1&new-version=2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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)
Bumps julia-actions/setup-julia from 1 to 2.
Release notes
Sourced from julia-actions/setup-julia's releases.
... (truncated)
Changelog
Sourced from julia-actions/setup-julia's changelog.