cypress-example-todomvc icon indicating copy to clipboard operation
cypress-example-todomvc copied to clipboard

ci(deps): update GHA actions to latest

Open MikeMcC399 opened this issue 1 year ago • 5 comments

Issue

.github/workflows/main.yml uses outdated versions:

  • actions/checkout@v3
  • cypress-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:

MikeMcC399 avatar Jun 24 '24 08:06 MikeMcC399