Details
-
Task
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
2.1.0, 2.1.1
-
None
Description
In the build output of GH actions we find warnings like this:
Warning: The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
and
Warning: The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Therefore, maven.yml needs some modernizations.