Closed nanxstats closed 9 months ago
This PR updates all GitHub Actions workflows to their latest versions from upstream (r-lib/actions).
The upstream changes mostly involves updating actions/checkout and actions/upload-artifact to v4, which updated the default runtime to Node.js 20.
actions/checkout
actions/upload-artifact
I just ran
usethis::use_github_action("check-standard") usethis::use_github_action("pkgdown") usethis::use_github_action("test-coverage") usethis::use_github_action("style")
This PR updates all GitHub Actions workflows to their latest versions from upstream (r-lib/actions).
The upstream changes mostly involves updating
actions/checkout
andactions/upload-artifact
to v4, which updated the default runtime to Node.js 20.I just ran