Skip to content

Commit

Permalink
Bump playframework/.github from 3 to 4
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 2, 2024
1 parent be58dc9 commit 53a8dca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
jobs:
tests:
name: Tests
uses: playframework/.github/.github/workflows/cmd.yml@v3
uses: playframework/.github/.github/workflows/cmd.yml@v4
with:
java: 17, 11
cmd: sbt test g8Test
Expand All @@ -25,4 +25,4 @@ jobs:
if: github.event_name == 'pull_request'
needs: # Should be last
- "tests"
uses: playframework/.github/.github/workflows/rtm.yml@v3
uses: playframework/.github/.github/workflows/rtm.yml@v4

0 comments on commit 53a8dca

Please sign in to comment.