StevenWeathers / thunderdome-planning-poker

⚡ Thunderdome is an open source agile planning poker, sprint retro, and story mapping tool
https://thunderdome.dev
Apache License 2.0
407 stars 105 forks source link

[Build] Update Github action workflow dependencies #519

Closed StevenWeathers closed 5 months ago

StevenWeathers commented 5 months ago

Some dependencies such as checkout@v3 use older node versions which are throwing deprecated notices, need to update them to latest versions.

Should also look into caching the install playwright dependencies step, its ~40s average slows down the whole process.