Merge pull request #497 from apache/dependabot/github_actions/actions/setup-java-4.5.0

Bump actions/setup-java from 4.4.0 to 4.5.0
This commit is contained in:
Gary Gregory 2024-10-25 08:21:48 -04:00 committed by GitHub
commit de2c25db5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}