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

Switch to actions/cache@v4 #254

Closed
wants to merge 1 commit into from

Conversation

willryan-stemcell
Copy link

@willryan-stemcell willryan-stemcell commented Jan 31, 2024

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

Fixed #253

Description

Switch to actions/cache@v4

Motivation and context

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/.

How has this been tested?

Verified locally

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

PR checklist

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING.md document.
  • I have added tests to cover my changes.

@ruudk
Copy link

ruudk commented Feb 7, 2024

@ramsey You're probably very busy. Could you merge and tag this? It removes a deprecation on all our workflows. Thanks 💙

@jrfnl
Copy link
Contributor

jrfnl commented Feb 23, 2024

Duplicate of PR #252 which was already open for the same.

@jrfnl jrfnl mentioned this pull request Feb 23, 2024
7 tasks
@ramsey ramsey closed this in #252 Feb 23, 2024
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.

Switch to actions/cache@v4
3 participants