From 4d7169dd1350039f5c15d74134d08b2fc1caeb00 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Fri, 1 Sep 2023 18:12:26 +0200 Subject: [PATCH] docs: add changelog for 6.3.0 correct remaining references to v5 --- CHANGELOG.md | 1 + README.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01680e04c..9fd54d78f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ See [Releases](https://github.com/cypress-io/github-action/releases) for full de | Version | Changes | | ------- | ------------------------------------------------------------------------------------------------------------------------------------ | +| v6.3.0 | v6 is recommended action version | | v6.2.0 | Examples updated to Cypress 13 | | v6.1.0 | Examples for Cypress 9 archived in action's [v5](https://github.com/cypress-io/github-action/tree/v5) branch | | v6.0.0 | Action runs under Node.js 20 instead of Node.js 16. | diff --git a/README.md b/README.md index 09b27085d..14fbb28cc 100644 --- a/README.md +++ b/README.md @@ -117,14 +117,14 @@ See the example project [component-tests](examples/component-tests/) and the [ex **Best practice:** -Our examples specify using branch [v5](https://github.com/cypress-io/github-action/tree/v5) which is the action's recommended major version: +Our examples specify using branch [v6](https://github.com/cypress-io/github-action/tree/v6) which is the action's recommended major version: ```yml - name: Cypress run uses: cypress-io/github-action@v6 ``` -When using `cypress-io/github-action@v6` from your workflow file, you will automatically use the latest [tag](https://github.com/cypress-io/github-action/tags) from branch [v5](https://github.com/cypress-io/github-action/tree/v5). +When using `cypress-io/github-action@v6` from your workflow file, you will automatically use the latest [tag](https://github.com/cypress-io/github-action/tags) from branch [v6](https://github.com/cypress-io/github-action/tree/v6). Alternatively, to mitigate unforeseen breaks, bind to a specific [tag](https://github.com/cypress-io/github-action/tags), for example: