It seems like usethis always uses the v1 tag of the actions repo, which was fine until now, but I am about to update the setup-r-dependencies action and the related example workflows that use it in a way that might not be backwards compatible.
So I would create a new branch for this (or just use main?). For a short time this branch would live as the "devel" workflow, and then we will make it the default, and then r-lib/actions will receive a v2 tag.
So it seems like it would make sense to support multiple tags/branches in usethis as well. usethis could pick up the latest release / tag from the r-lib/actions repo, this could be the default.
It seems like usethis always uses the
v1tag of the actions repo, which was fine until now, but I am about to update thesetup-r-dependenciesaction and the related example workflows that use it in a way that might not be backwards compatible.So I would create a new branch for this (or just use
main?). For a short time this branch would live as the "devel" workflow, and then we will make it the default, and thenr-lib/actionswill receive av2tag.So it seems like it would make sense to support multiple tags/branches in usethis as well. usethis could pick up the latest release / tag from the
r-lib/actionsrepo, this could be the default.