jhudsl / ari

:dancers: The Automated R Instructor
https://jhudatascience.org/ari/
Other
146 stars 37 forks source link

Bump up versions for GHA #43

Closed cansavvy closed 1 year ago

cansavvy commented 1 year ago

Purpose/implementation Section

What changes are being implemented in this Pull Request?

Seeing some errors and warnings related to deprecation of actions referenced in the GHA R package checks. Want to see if bumping these up to a newer version helps things. Probably should be done at some point anyway. : https://github.com/jhudsl/ari/actions/runs/4739464438/jobs/8414317427

cansavvy commented 1 year ago

@howardbaek can you review this? It’s nothing to crazy, just updating the checks here so our work on this is still being tested.

cansavvy commented 1 year ago

Ah, I should have explained. The actions that these file changes are referencing are now passing where before they were failing to build because they were using deprecated GitHub actions.

howardbaek commented 1 year ago

Ah I see. We still do get the AppVeyor build failed message even though you deleted appveyor.yml.

cansavvy commented 1 year ago

Yes, I'm working on retiring that since it's out of date and we don't need both that and GitHub actions checks.