Skip to content

Commit

Permalink
Merge pull request #52 from sullis/setup-java-v4
Browse files Browse the repository at this point in the history
Upgrade to setup-java v4
  • Loading branch information
uw4 authored Oct 4, 2024
2 parents 8aa5b02 + 7116dfe commit cc2eb33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive

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

0 comments on commit cc2eb33

Please sign in to comment.