lcolladotor / biocthis

Automate package and project setup for Bioconductor packages
https://lcolladotor.github.io/biocthis/
49 stars 16 forks source link

setup-r should have @v2 instead of master? #36

Closed vjcitn closed 1 year ago

vjcitn commented 1 year ago

https://github.com/lcolladotor/biocthis/blob/341ae80706ecc2950e0a50bc36dc7416f2a5d173/inst/templates/check-bioc.yml#L87

I was having some problems with the workflow yaml today:

Error: Unable to resolve action `r-lib/actions@master`, unable to find version `master`

Setting @v2 as the version seems to have solved it. It might be necessary to change the pandoc action version too.

bschilder commented 1 year ago

This is due to the recent removal of r-lib/actions@master

https://github.com/r-lib/actions/issues/639

lcolladotor commented 1 year ago

Thanks! This was fixed at https://github.com/lcolladotor/biocthis/pull/37 by @zeehio