jwstegemann / fritz2

Easily build reactive web-apps in Kotlin based on flows and coroutines.
https://www.fritz2.dev
MIT License
653 stars 28 forks source link

Update Github workflows to new versions #813

Closed jamowei closed 10 months ago

jillesvangurp commented 11 months ago

would suggest adding a cache: gradle to the java action. That will speed up the builds a little.

Also, if you want to use kotlin for gh actions, checkout https://typesafegithub.github.io/github-workflows-kt/

jamowei commented 10 months ago

would suggest adding a cache: gradle to the java action. That will speed up the builds a little.

Also, if you want to use kotlin for gh actions, checkout https://typesafegithub.github.io/github-workflows-kt/

Thanks for the hints! Migrating to the github-workflows-kt is planned for later ;)