Open mkurz opened 2 years ago
See https://github.com/playframework/play-json/pull/759 Shouldn't also the Scala version be updated in a GHA workflow file? At the time the pull request got opened by scala-steward the exact same version (3.1.3-RC2) could be found in https://github.com/playframework/play-json/blob/9bd7d5ec6b6f3f42eeb63fbedd3efa7ac30005e5/.github/workflows/build-test.yml#L41. However, scala steward did not update the version in that file...
3.1.3-RC2
According to the default configs
shouldn't those yml files be updated as well?
I’ve tried to reproduce in https://github.com/scala-steward-org/scala-steward/pull/2780 but GitHub action file was updated in the test case at least 🤔
See https://github.com/playframework/play-json/pull/759 Shouldn't also the Scala version be updated in a GHA workflow file? At the time the pull request got opened by scala-steward the exact same version (
3.1.3-RC2
) could be found in https://github.com/playframework/play-json/blob/9bd7d5ec6b6f3f42eeb63fbedd3efa7ac30005e5/.github/workflows/build-test.yml#L41. However, scala steward did not update the version in that file...According to the default configs
shouldn't those yml files be updated as well?