Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ See [Releases](https://github.com/cypress-io/github-action/releases) for full de
| v6.9.0 | Add parameter validation for `command` |
| v6.8.0 | Examples remove Node.js 18. End of support for Node.js 18. |
| v6.7.10 | Examples updated to Cypress 14 |
| v6.7.9 | Migrate to @actions/cache@4.0.0 for continued access to GitHub Actions caching services |
| v6.7.0 | Examples remove Node.js 21. End of support for Node.js 21. |
| v6.6.0 | Add parameter `summary-title` |
| v6.5.0 | Examples remove Node.js 16. End of support for Node.js 16. |
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1831,6 +1831,7 @@ View the [CHANGELOG](./CHANGELOG.md) document for an overview of version changes
## Compatibility

- `github-action@v6` is the current recommended version, uses `node20` and is compatible with Cypress `10` and above.
- `github-action@v6.7.9` is the minimum version required to use GitHub Actions caching services. The legacy caching service used by lower versions of the action is no longer available.
- `github-action` versions `v1` to `v5` are unsupported: they rely on Node.js `12` and `16` in End-of-life status.

## Contributing
Expand Down