subosito / flutter-action

Flutter environment for use in GitHub Actions. It works on Linux, Windows, and macOS.
MIT License
2.23k stars 199 forks source link

chore: migrate setup java in the instructions to v2 #95

Closed tianhaoz95 closed 2 years ago

tianhaoz95 commented 3 years ago

I recently noticed that several workflows started to fail after Dependabot update.

It turns out to be a breaking change in the setup-java action. For details, see https://github.com/actions/setup-java/blob/main/docs/switching-to-v2.md.

It's good to update the instructions early before developers are caught off guard.

subosito commented 2 years ago

Thanks @tianhaoz95 👍