From 8de113dc2534165422dd52e68ce180c745f8cc13 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Thu, 21 Aug 2025 13:10:41 +0200 Subject: [PATCH] docs: quote npm package name in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5115607c6..2f90a9ecb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,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.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. |