Skip to content

Set julia-actions/cache to v2 in action #33

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

Merged

Conversation

JoshuaLampert
Copy link
Contributor

Running this action gives the following warning

The following actions use a deprecated Node.js version and will be forced to run on node20:
actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post
step@adef08d3bdef092282614f3b683897cefae82ee3. For more info: https://github.blog/changelog/2024-03-07-github
actions-all-actions-will-run-on-node20-instead-of-node16-by-default/

because it still uses julia-actions/cache@v1, which ran on node 16. As I understand without updating to node20 (i.e. without updating to julia-actions/cache@v2) this action will not run anymore in the near future.

I think this is considered a breaking change, see for example julia-actions/cache#117.

See also #30.

@JoshuaLampert JoshuaLampert changed the title Set julia-actions/cache to v2 Set julia-actions/cache to v2 in action Aug 15, 2024
@DilumAluthge DilumAluthge self-requested a review April 22, 2025 17:10
@DilumAluthge DilumAluthge merged commit 7ee7c73 into julia-actions:master Apr 22, 2025
@DilumAluthge
Copy link
Member

Thank you!

@DilumAluthge
Copy link
Member

I think this is considered a breaking change, see for example julia-actions/cache#117.

I agree - I think that we should consider this to be a breaking change, because it drops support for node16 (and adds a requirement for node20).

@JoshuaLampert JoshuaLampert deleted the julia-actions-cache-v2 branch April 22, 2025 17:14
@DilumAluthge
Copy link
Member

Released as v4.0.0: https://github.com/julia-actions/julia-format/releases/tag/v4.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants