Update deployment GitHub workflows
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 5.2k
- Forks
- 1.8k
- Avg merge
- 3d 12h
- Merged PRs (30d)
- 6
Description
Your workflows (preview.yaml, production.yaml) still use actions/checkout@v2 instead of actions/checkout@v4.
Also, the workflows specify the npm version vercel@canary. Why not use vercel@latest?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with ci-cd/github-actions/.github/workflows/preview.yaml and production.yaml, then compare their checkout and Vercel CLI version settings with the versions requested in the issue. Verify both workflows use the intended versions and run the repository's relevant workflow checks, if available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions
- Domain
- ci-cd
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100