Skip to content

Commit

Permalink
Update actions/setup-java action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 7, 2024
1 parent e7adc14 commit bd16312
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Setup Java (oracle@20)
id: setup-java-oracle-20
if: matrix.java == 'oracle@20'
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: jdkfile
java-version: 20
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
- name: Setup Java (oracle@20)
id: setup-java-oracle-20
if: matrix.java == 'oracle@20'
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: jdkfile
java-version: 20
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
- name: Setup Java (oracle@20)
id: setup-java-oracle-20
if: matrix.java == 'oracle@20'
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: jdkfile
java-version: 20
Expand Down

0 comments on commit bd16312

Please sign in to comment.