[mirror] Opinionated R package quickstart
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update another GHA step

VisruthSK 46c1b14b f75e848f

+4
+4
R/bootstrapper.R
··· 184 184 185 185 find_replace_in_gha("actions/checkout@v4", "actions/checkout@v6") 186 186 find_replace_in_gha( 187 + "actions/upload-artifact@v4", 188 + "actions/upload-artifact@v6" 189 + ) 190 + find_replace_in_gha( 187 191 "JamesIves/github-pages-deploy-action@v4.5.0", 188 192 "JamesIves/github-pages-deploy-action@v4" 189 193 )