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

Upgrade actions versions #75

Merged
merged 2 commits into from
Apr 22, 2024
Merged

Upgrade actions versions #75

merged 2 commits into from
Apr 22, 2024

Conversation

mgax
Copy link
Member

@mgax mgax commented Apr 22, 2024

This PR upgrades all actions to the latest versions.

On a fresh build, the actions run prints a deprecation warning:

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

In particular, actions/cache@v3 is not used directly, but through pre-commit/action@v3.0.0. They released v3.0.1 which uses actions/cache@v4.

Copy link
Collaborator

@chris48s chris48s left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ta 👍

@chris48s chris48s merged commit 52ee894 into wagtail:main Apr 22, 2024
4 checks passed
@mgax mgax deleted the upgrade-actions branch April 23, 2024 07:37
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.

None yet

2 participants