yammer / circuitbox

Circuit breaker built with large Ruby apps in mind.
Other
704 stars 59 forks source link

Update workflows to run on ubuntu-latest (currently 20.04) and use checkout v3 #184

Closed matthewshafer closed 2 years ago

matthewshafer commented 2 years ago

The workflows, lint, tests, create_release are using actions/checkout v2 when the latest is v3. Additionally I've updated runs-on to point to ubuntu-latest.