Skip to content

Commit

Permalink
Update build actions/setup-java@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
rbygrave committed Jun 14, 2024
1 parent 6fa3759 commit c5fea13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/multi-jdk-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
os: [ubuntu-latest]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java_version }}
distribution: 'zulu'
- name: Maven cache
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: maven-cache
with:
Expand Down

0 comments on commit c5fea13

Please sign in to comment.