Skip to content

Commit

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

Bump playframework/.github from 3 to 4
  • Loading branch information
mkurz authored Jan 27, 2025
2 parents 0672800 + e4f78f1 commit 4cb814f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ 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

check-binary-compatibility:
name: Binary Compatibility
uses: playframework/.github/.github/workflows/binary-check.yml@v3
uses: playframework/.github/.github/workflows/binary-check.yml@v4

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,9 +35,9 @@ 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: 21, 17, 11
java: 21, 17
scala: 2.13.x, 3.x
cmd: |
sbt ++$MATRIX_SCALA test
Expand All @@ -51,4 +51,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
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ on:
jobs:
publish-artifacts:
name: Publish / Artifacts
uses: playframework/.github/.github/workflows/publish.yml@v3
uses: playframework/.github/.github/workflows/publish.yml@v4
secrets: inherit
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ lazy val commonSettings = Seq(

scalacOptions ++= Seq(
"-release",
"11",
"17",
"-deprecation",
"-encoding", "UTF-8",
"-feature",
Expand Down

0 comments on commit 4cb814f

Please sign in to comment.