Skip to content

Commit

Permalink
Merge pull request playframework#575 from playframework/dependabot/gi…
Browse files Browse the repository at this point in the history
…thub_actions/playframework/dot-github-4

Bump playframework/.github from 3 to 4
  • Loading branch information
mkurz authored Jun 27, 2024
2 parents 00bdf35 + f68a73a commit b4041f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
jobs:
# check-code-style:
# name: Code Style
# uses: playframework/.github/.github/workflows/cmd.yml@v3
# uses: playframework/.github/.github/workflows/cmd.yml@v4
# with:
# cmd: sbt validateCode

Expand All @@ -25,7 +25,7 @@ jobs:

check-docs:
name: Docs
uses: playframework/.github/.github/workflows/cmd.yml@v3
uses: playframework/.github/.github/workflows/cmd.yml@v4
with:
cmd: sbt doc

Expand All @@ -35,7 +35,7 @@ jobs:
# - "check-code-style"
# - "check-binary-compatibility"
- "check-docs"
uses: playframework/.github/.github/workflows/cmd.yml@v3
uses: playframework/.github/.github/workflows/cmd.yml@v4
with:
java: 17, 11
scala: 3.x
Expand All @@ -49,4 +49,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 b4041f8

Please sign in to comment.