Skip to content

Commit e1b7542

Browse files
authored
docs: min action version v6.7.9 needed for caching (#1474)
1 parent 035ed65 commit e1b7542

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ See [Releases](https://github.com/cypress-io/github-action/releases) for full de
99
| v6.9.0 | Add parameter validation for `command` |
1010
| v6.8.0 | Examples remove Node.js 18. End of support for Node.js 18. |
1111
| v6.7.10 | Examples updated to Cypress 14 |
12+
| v6.7.9 | Migrate to @actions/cache@4.0.0 for continued access to GitHub Actions caching services |
1213
| v6.7.0 | Examples remove Node.js 21. End of support for Node.js 21. |
1314
| v6.6.0 | Add parameter `summary-title` |
1415
| v6.5.0 | Examples remove Node.js 16. End of support for Node.js 16. |

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1831,6 +1831,7 @@ View the [CHANGELOG](./CHANGELOG.md) document for an overview of version changes
18311831
## Compatibility
18321832

18331833
- `github-action@v6` is the current recommended version, uses `node20` and is compatible with Cypress `10` and above.
1834+
- `[email protected]` 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.
18341835
- `github-action` versions `v1` to `v5` are unsupported: they rely on Node.js `12` and `16` in End-of-life status.
18351836

18361837
## Contributing

0 commit comments

Comments
 (0)