Skip to content

Commit f2397a3

Browse files
Bump playframework/.github from 3 to 4
Bumps [playframework/.github](https://github.com/playframework/.github) from 3 to 4. - [Release notes](https://github.com/playframework/.github/releases) - [Commits](playframework/.github@v3...v4) --- updated-dependencies: - dependency-name: playframework/.github dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7aeeebd commit f2397a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515
jobs:
1616
tests:
1717
name: Tests
18-
uses: playframework/.github/.github/workflows/cmd.yml@v3
18+
uses: playframework/.github/.github/workflows/cmd.yml@v4
1919
with:
2020
java: 21, 17, 11
2121
scala: 2.13.x, 3.x
@@ -26,4 +26,4 @@ jobs:
2626
if: github.event_name == 'pull_request'
2727
needs: # Should be last
2828
- "tests"
29-
uses: playframework/.github/.github/workflows/rtm.yml@v3
29+
uses: playframework/.github/.github/workflows/rtm.yml@v4

0 commit comments

Comments
 (0)