actions / starter-workflows

Accelerating new GitHub Actions workflows
https://github.com/features/actions
Other
8.6k stars 5.09k forks source link

Checkout: Update all workflows to use Checkout V4 #2270

Closed jsoref closed 2 months ago

jsoref commented 6 months ago

Workflows should be using checkout v4 (roughly https://github.com/actions/checkout/releases/tag/v4.0.0, plus later updates). It doesn't have breaking changes. A bunch of workflows in this repository are already using it. There's no reason to inconsistently use v3/v4.

Pre-requisites


Please note that at this time we are only accepting new starter workflows for Code Scanning. Updates to existing starter workflows are fine.


Tasks

For all workflows, the workflow:

For CI workflows, the workflow:

For Code Scanning workflows, the workflow:

Some general notes:

github-actions[bot] commented 2 months ago

This pull request has become stale and will be closed automatically within a period of time. Sorry about that.

jsoref commented 2 months ago

@SamMorrowDrums sorry there were 3 merge conflicts, this force-push resolves them -- no meaningful changes and there are no need instances that needed to be addressed.

jsoref commented 2 months ago

Thanks @DanRigby ... what's the process for getting this merged?

DanRigby commented 2 months ago

@jsoref thank you for this contribution! Sorry it took so long to get it merged.

jsoref commented 2 months ago

@DanRigby does this mean there's a team with more cycles to review PRs for this repository?