We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
actions/cache@v4 was released a couple of weeks ago and moves to Node 20. Please update your reference to use the new version: https://github.com/actions/cache/releases/tag/v4.0.0
When using composer-install I get this message:
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run a workflow containing composer-install
composer-install
Use latest version of actions/cache (v4)
N/A
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
actions/cache@v4 was released a couple of weeks ago and moves to Node 20. Please update your reference to use the new version:
https://github.com/actions/cache/releases/tag/v4.0.0
Description
When using composer-install I get this message:
Steps to reproduce
Run a workflow containing
composer-install
Expected behavior
Use latest version of actions/cache (v4)
Screenshots or output
Environment details
Additional context
N/A
The text was updated successfully, but these errors were encountered: