I ran into an issue that I think is related to this commit, but isn't necessarily a bug. It looks like in the new setup-r-dependencies@v2 action, quarto is installed if necessary.
I ran into a failing action because Quarto 1.5.56 was being installed in the setup-r-dependencies@v2 action, but the setup-quarto action was looking specifically for version 1.3.450. I've fixed by upgrading quarto, but to avoid this issue in the future, is the solution just to run the setup quarto job prior to the setup r dependencies job?