Skip to content

Commit

Permalink
chore(deps): update actions/setup-java action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 5, 2024
1 parent 8569e04 commit ba17675
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
passphrase: ${{ secrets.OSS_GPG_PASSPHARSE }}

- name: Set up JDK
uses: actions/setup-java@v3.9.0
uses: actions/setup-java@v4.2.1
with:
distribution: ${{ env.JAVA_DIST }}
java-version: ${{ env.JAVA_VERSION }}
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
fetch-depth: 0

- name: Set up JDK
uses: actions/setup-java@v3.9.0
uses: actions/setup-java@v4.2.1
with:
distribution: ${{ env.JAVA_DIST }}
java-version: ${{ env.JAVA_VERSION }}
Expand Down

0 comments on commit ba17675

Please sign in to comment.