Skip to content

Commit

Permalink
Update actions/setup-java action to v4 (#1019)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 29, 2023
1 parent a9686f6 commit 423f43e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Set up JDKs
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: ${{ vars.JDK_DISTRIBUTION }}
java-version: |
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:

steps:
- name: Set up JDKs
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: ${{ vars.JDK_DISTRIBUTION }}
java-version: |
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:

steps:
- name: Set up JDKs
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: ${{ vars.JDK_DISTRIBUTION }}
java-version: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
languages: java

- name: Set up JDKs
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: ${{ vars.JDK_DISTRIBUTION }}
java-version: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: echo "RELEASE_VERSION=${{ steps.candidate-version.outputs.result }}" >> $GITHUB_ENV

- name: Set up the latest LTS JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: ${{ vars.JDK_DISTRIBUTION }}
java-version: ${{ vars.JDK_VERSION_LATEST_LTS }}
Expand Down

0 comments on commit 423f43e

Please sign in to comment.