File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,19 +15,19 @@ concurrency:
1515jobs :
1616 check-code-style :
1717 name : Code Style
18- uses : playframework/.github/.github/workflows/cmd.yml@v3
18+ uses : playframework/.github/.github/workflows/cmd.yml@v4
1919 with :
2020 cmd : sbt validateCode
2121
2222 check-binary-compatibility :
2323 name : Binary Compatibility
24- uses : playframework/.github/.github/workflows/binary-check.yml@v3
24+ uses : playframework/.github/.github/workflows/binary-check.yml@v4
2525
2626 check-docs :
2727 name : Docs
28- uses : playframework/.github/.github/workflows/cmd.yml@v3
28+ uses : playframework/.github/.github/workflows/cmd.yml@v4
2929 with :
30- java : 17, 11
30+ java : 21, 17
3131 scala : 2.13.x, 3.x
3232 cmd : cd docs && sbt ++$MATRIX_SCALA validateCode
3333
3737 - " check-code-style"
3838 - " check-binary-compatibility"
3939 - " check-docs"
40- uses : playframework/.github/.github/workflows/cmd.yml@v3
40+ uses : playframework/.github/.github/workflows/cmd.yml@v4
4141 with :
42- java : 17, 11
42+ java : 21, 17
4343 scala : 2.13.x, 3.x
4444 cmd : >-
4545 sbt ++$MATRIX_SCALA test
5050 - " check-code-style"
5151 - " check-binary-compatibility"
5252 - " check-docs"
53- uses : playframework/.github/.github/workflows/cmd.yml@v3
53+ uses : playframework/.github/.github/workflows/cmd.yml@v4
5454 with :
55- java : 17, 11
55+ java : 21, 17
5656 scala : 2.13.16, 3.3.4
5757 cmd : >-
5858 sbt "
6969 needs : # Should be last
7070 - " tests"
7171 - " scripted-tests"
72- uses : playframework/.github/.github/workflows/rtm.yml@v3
72+ uses : playframework/.github/.github/workflows/rtm.yml@v4
Original file line number Diff line number Diff line change 99jobs :
1010 publish-artifacts :
1111 name : Publish / Artifacts
12- uses : playframework/.github/.github/workflows/publish.yml@v3
12+ uses : playframework/.github/.github/workflows/publish.yml@v4
1313 secrets : inherit
You can’t perform that action at this time.
0 commit comments