Both ci.yml and deploy-aws-ec2.yml reference version v6 for actions/checkout and actions/setup-node (e.g. actions/checkout@v6). These tags do not exist yet (latest is v4), which causes the GitHub Actions workflows to fail immediately on run. They should be corrected to @v4.
Both
ci.ymlanddeploy-aws-ec2.ymlreference versionv6foractions/checkoutandactions/setup-node(e.g.actions/checkout@v6). These tags do not exist yet (latest isv4), which causes the GitHub Actions workflows to fail immediately on run. They should be corrected to@v4.