Skip to content

Commit

Permalink
Merge pull request #3 from sullis/setup-java-v4
Browse files Browse the repository at this point in the history
setup-java v4
  • Loading branch information
jamesward authored Mar 21, 2024
2 parents eef5ac6 + 85a3555 commit 378fa1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 8
Expand Down

0 comments on commit 378fa1e

Please sign in to comment.