cypress-example-todomvc
cypress-example-todomvc copied to clipboard
ci(deps): update GHA actions to latest
Issue
.github/workflows/main.yml uses outdated versions:
actions/checkout@v3cypress-io/github-action@v5
which causes deprecations warnings in the actions workflow logs
cypress-run Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Change
Update .github/workflows/main.yml to use current versions: