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

docs: remove support for previous action versions v4 and v5 #1146

Merged
merged 3 commits into from
Mar 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1654,11 +1654,8 @@ View the [CHANGELOG](./CHANGELOG.md) document for an overview of version changes

## Compatibility

- `v6` is the current recommended version and uses `node20`
- `v5` uses the deprecated version `node16`
- `v4` is the minimum version required for Cypress `10.x` and later - also uses the deprecated version `node16`

Pay attention to any GitHub Actions deprecation warnings shown in logs which may recommend updating.
- `github-action@v6` is the current recommended version and uses `node20`
- `github-action` versions `v1` to `v5` are unsupported: they rely on Node.js `12` and `16` in End-of-life status.

## Contributing

Expand Down