groqd icon indicating copy to clipboard operation
groqd copied to clipboard

groqd: clear pipeline warnings

Open Burnett2k opened this issue 2 years ago • 1 comments

This project currently has node version warnings in the CICD pipeline logs. This is likely due to using an old version of the below actions.

Try and convert to the newest version. - actions/checkout → actions/checkout@v4 - actions/setup-node → actions/setup-node@v4 - pnpm/action-setup → pnpm/action-setup@v3 - actions/cache → actions/cache@v4 - actions/stale → actions/stale@v4

Burnett2k avatar Mar 13 '24 22:03 Burnett2k

completed in #279

Burnett2k avatar Mar 18 '24 18:03 Burnett2k