Skip to content

Commit

Permalink
Merge pull request #293 from kit-data-manager/renovate/actions-setup-…
Browse files Browse the repository at this point in the history
…java-4.x

Update actions/setup-java action to v4
  • Loading branch information
ThomasJejkal authored Sep 27, 2024
2 parents bbc39ef + 6f3ae07 commit 3dbee50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v2
- name: Set up OpenJDK version ...
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: ${{ matrix.jdk }}
Expand All @@ -49,7 +49,7 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v2
- name: Set up OpenJDK version ...
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: ${{ env.currentBuildVersion }}
Expand Down

0 comments on commit 3dbee50

Please sign in to comment.