Skip to content

Commit

Permalink
Merge pull request #1476 from playframework/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/setup-java-4

Bump actions/setup-java from 3 to 4
  • Loading branch information
xael-fry committed Mar 3, 2024
2 parents 5eece6e + 59304ad commit 15ae54d
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 @@ -39,7 +39,7 @@ jobs:
- run: pip install -r python/requirements.txt

- name: Set up JDK ${{ matrix.jdk }}
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.jdk }}
distribution: 'adopt'
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
architecture: 'x64'

- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'adopt'
Expand Down

0 comments on commit 15ae54d

Please sign in to comment.