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

test(deps): update action/cache to v4 #1111

Merged
merged 1 commit into from
Jan 17, 2024

Conversation

MikeMcC399
Copy link
Collaborator

This PR updates the use of actions/cache in the README file and example workflows:

from @v3 to @v4.

The previously used actions/cache@v3 tag of this JavaScript Action relied on the deprecated node16 version.

With the release of actions/[email protected] compatibility with node20 is available.

Verification

Run modified workflows twice. The first time, no cache should be found. The second time, the cache from the previous run should be restored successfully.

Background

  1. Node.js 16 entered end-of-life on Sep 11, 2023.
  2. GitHub Actions: Transitioning from Node 16 to Node 20 announced on Sep 22, 2023 the beginning of the deprecation process for node16 actions.

@cypress-app-bot
Copy link

@MikeMcC399 MikeMcC399 marked this pull request as ready for review January 17, 2024 16:59
@jennifer-shehane jennifer-shehane merged commit 32df80b into cypress-io:master Jan 17, 2024
73 checks passed
@MikeMcC399 MikeMcC399 deleted the update/actions/cache branch January 17, 2024 17:12
Copy link

🎉 This PR is included in version 6.6.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@MikeMcC399 MikeMcC399 self-assigned this Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants