Skip to content

Commit

Permalink
Merge pull request #46 from sbt/dependabot/github_actions/playframewo…
Browse files Browse the repository at this point in the history
…rk/dot-github-4

Bump playframework/.github from 3 to 4
  • Loading branch information
mkurz committed Mar 8, 2024
2 parents db80412 + 7c964c0 commit a5c374e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
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: 21, 17, 11, 8
scala: 2.12.19
Expand All @@ -27,4 +27,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 a5c374e

Please sign in to comment.